Searched refs:val (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | gen-fromfp-tests.py | 74 val, width = val_width.split(':') variable 75 negative = val.startswith('-') 97 (test_macro, func, val, rm, ws, invalid_res)) 100 (test_macro, func, val, rm, ws, val, exact_res)) 103 val = data[1] variable 111 negative = val.startswith('-') 138 (test_macro, func, val, rm, ws, invalid_res)) 141 (test_macro, func, val, rm, ws, res, inexact_res))
|
A D | s_canonicalize_template.c | 24 FLOAT val = *x; in M_DECL_FUNC() local 28 if (!iscanonical (val)) in M_DECL_FUNC() 30 if (issignaling (val)) in M_DECL_FUNC() 31 *cx = val + val; in M_DECL_FUNC() 33 *cx = val; in M_DECL_FUNC()
|
A D | test-math-iscanonical.cc | 29 T val = 0; in check_type() local 32 if (iscanonical (val) == 0) in check_type()
|
A D | test-math-vector.h | 45 #define INIT_VEC_LOOP(vec, val, len) \ argument 50 vec[i] = val; \
|
Completed in 4 milliseconds