gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:hexnan (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/hexnan.c - 5.2KB - 150 lines
56: #else
57: hexnan( CONST char **sp, FPI *fpi, ULong *x0)
58: #endif
bsd_source/lib/libc/src_bsd/stdlib/strtod.c - 41.4KB - 1,105 lines
317:                                         if (*s == '(' /*)*/
318:                                          && hexnan(&s, &fpinan, bits)
319:                                                         == STRTOG_NaNbits) {
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
539:                                         if (*s == '(') /*)*/
540:                                                 irv = hexnan(&s, fpi, bits);
541: #endif