Home
last modified time | relevance | path

Searched refs:val (Results 1 – 4 of 4) sorted by relevance

/math/
A Dgen-fromfp-tests.py74 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 Ds_canonicalize_template.c24 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 Dtest-math-iscanonical.cc29 T val = 0; in check_type() local
32 if (iscanonical (val) == 0) in check_type()
A Dtest-math-vector.h45 #define INIT_VEC_LOOP(vec, val, len) \ argument
50 vec[i] = val; \

Completed in 4 milliseconds