Searched refs:nan (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_fdp.c33 ieee754sp nan; local
46 nan = buildsp(xs, SP_EMAX + 1 + SP_EBIAS, (u32)
48 if (!ieee754sp_isnan(nan))
49 nan = ieee754sp_indef();
50 return ieee754sp_nanxcpt(nan, "fdp", x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddo_func.S56 QNAN: .long 0x7fff0000,0xffffffff,0xffffffff |non-signaling nan
256 .long smod_oper | 00,01 norm,zero = nan with operr
258 .long smod_snan | 00,11 norm,nan = nan
260 .long smod_oper | 01,01 zero,zero = nan with operr
262 .long smod_snan | 01,11 zero,nan = nan
263 .long smod_oper | 10,00 inf,norm = nan with operr
264 .long smod_oper | 10,01 inf,zero = nan with operr
265 .long smod_oper | 10,10 inf,inf = nan wit
[all...]
H A Dtbldo.S61 .long src_nan |$01-3 fint nan
70 .long src_nan |$02-3 fsinh nan
79 .long src_nan |$03-3 fintrz nan
106 .long src_nan |$06-3 flognp1 nan
124 .long src_nan |$08-3 fetoxm1 nan
133 .long src_nan |$09-3 ftanh nan
142 .long src_nan |$0a-3 fatan nan
160 .long src_nan |$0c-3 fasin nan
169 .long src_nan |$0d-3 fatanh nan
178 .long src_nan |$0e-3 fsin nan
[all...]
H A Dkernel_ex.S26 nan: .long 0x7fff0000,0xffffffff,0xffffffff label
107 | nan bit; Store default NAN into fp0
121 fmovemx nan,%fp0-%fp0 |load default nan
281 | Determine if the destination nan is signalling or non-signalling,
286 btstb #sign_bit,FPTEMP_EX(%a6) |test sign of nan
294 fmovex FPTEMP(%a6),%fp0 |return the non-signalling nan
296 | Check the source nan. If it is signalling, snan will be reported.
312 orb #nan_tag,DTAG(%a6) |set up dtag for nan
320 fmovex FPTEMP(%a6),%fp0 |load non-sign. nan
[all...]
H A Dx_snan.S167 | Set signalling nan bit
189 | Set signalling nan bit
211 | Set signalling nan bit
252 | Check if it is a src nan or dst nan
258 cmpib #3,%d0 |check for nan in destination
259 bnes issrc |destination nan has priority
261 btstb #6,FPTEMP_HI(%a6) |check if dest nan is an snan
H A Dx_operr.S110 moveb STAG(%a6),%d0 |test stag for nan
112 cmpib #0x60,%d0 |check for nan
157 moveb STAG(%a6),%d0 |test stag for nan
159 cmpib #0x60,%d0 |check for nan
184 moveb STAG(%a6),%d0 |test stag for nan
186 cmpib #0x60,%d0 |check for nan
212 | and aiop and write the portion of the nan to memory for the
H A Dres_func.S60 | ;inf=010 or nan=011
88 | ;inf=010 or nan=011
135 cmpiw #0x7fff,%d0 |test for inf/nan
193 | nan or inf as the input; if so, simply write it to FPn. Use the
438 cmpiw #0x7fff,%d0 |test for inf/nan
720 moveb STAG(%a6),%d0 |check source tag for inf or nan
723 moveb DTAG(%a6),%d0 |check destination tag for inf or nan
728 cmpb #0x60,%d0 |is it nan?
1362 orl #nan_mask,USER_FPSR(%a6) |if nan, nothing yet has set NaN
1974 | Notes on handling of special case (zero, inf, and nan) input
[all...]
H A Dfpsp.h230 .set snan_bit,6 | signalling nan
302 .set signan_bit,6 | signalling nan bit in mantissa
H A Dskeleton.S270 | This sample handler simply clears the nan bit in the FPSR.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpdouble.c210 struct vfp_double *nan; local
222 nan = &vfp_double_default_qnan;
230 nan = vdn;
232 nan = vdm;
236 nan->significand |= VFP_DOUBLE_SIGNIFICAND_QNAN;
239 *vdd = *nan;
H A Dvfpsingle.c218 struct vfp_single *nan; local
230 nan = &vfp_single_default_qnan;
238 nan = vsn;
240 nan = vsm;
244 nan->significand |= VFP_SINGLE_SIGNIFICAND_QNAN;
247 *vsd = *nan;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrionan.c331 result = nan("");
H A Dconfigure23366 for ac_header in nan.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S464 set nan_mask, 0x01000000 # nan bit mask (lw)
469 set nan_bmask, 0x01 # nan bit mask (byte)
513 set signan_bit, 0x6 # signalling nan bit
1426 # or double precision denorm, inf, or nan, the operand needs to be
H A Dfplsp.S445 set nan_mask, 0x01000000 # nan bit mask (lw)
450 set nan_bmask, 0x01 # nan bit mask (byte)
494 set signan_bit, 0x6 # signalling nan bit
H A Dfpsp.S465 set nan_mask, 0x01000000 # nan bit mask (lw)
470 set nan_bmask, 0x01 # nan bit mask (byte)
514 set signan_bit, 0x6 # signalling nan bit
1427 # or double precision denorm, inf, or nan, the operand needs to be
10150 # nan bit; Store default NAN into fp0 #
10952 fmov.x DST(%a1),%fp0 # return the non-signalling nan
10977 fmov.x SRC(%a0),%fp0 # return the non-signalling nan

Completed in 252 milliseconds