Searched refs:isNaN (Results 1 – 7 of 7) sorted by relevance
29 #define isNaN(number) ((number) != (number)) macro42 if (isNaN(arg1)) in dcn_bw_mod()44 if (isNaN(arg2)) in dcn_bw_mod()51 if (isNaN(arg1)) in dcn_bw_min2()53 if (isNaN(arg2)) in dcn_bw_min2()64 if (isNaN(arg1)) in dcn_bw_max2()66 if (isNaN(arg2)) in dcn_bw_max2()
376 int signalling, isNaN; in real_1op_NaN() local378 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000); in real_1op_NaN()382 signalling = isNaN && !(a->sigh & 0x40000000); in real_1op_NaN()385 if (!isNaN) { /* pseudo-NaN, or other unsupported? */ in real_1op_NaN()
127 && isNaN(&loaded_data) in FPU_load_store()146 && isNaN(&loaded_data) in FPU_load_store()
75 int isNaN(FPU_REG const *ptr) in isNaN() function
317 if (((st0_tag == TAG_Special) && isNaN(st0_ptr)) in math_emulate()319 && isNaN(&loaded_data))) { in math_emulate()
194 int isNaN; in single_arg_2_error() local198 isNaN = (exponent(st0_ptr) == EXP_OVER) in single_arg_2_error()200 if (isNaN && !(st0_ptr->sigh & 0x40000000)) { /* Signaling ? */ in single_arg_2_error()209 } else if (isNaN) { in single_arg_2_error()
75 extern int isNaN(FPU_REG const *ptr);
Completed in 19 milliseconds