Home
last modified time | relevance | path

Searched refs:is_double (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Djson.c161 bool *is_double) in json_get_number_len() argument
171 *is_double = true; in json_get_number_len()
275 bool is_double; in json_parse() local
475 is_double = false; in json_parse()
476 len = json_get_number_len(pos, end, &is_double); in json_parse()
479 if (is_double) { in json_parse()
491 if (is_double) { in json_parse()
501 if (is_double) { in json_parse()
521 if (is_double) { in json_parse()
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c546 is_double( in is_double() function
853 } else if (is_double(yytext)) { in yylex()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c629 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() argument
632 if(is_double) { in find_special_op_from_op()
653 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name() argument
656 if(is_double) { in find_special_op_from_name()
/freebsd/contrib/pam-krb5/tests/
H A DREADME112 test should use is_int(), is_string(), is_double(), or is_hex() as
/freebsd/contrib/pam-krb5/
H A DNEWS278 * Drop is_double from the C TAP library to avoid requiring -lm.