Home | History | Annotate | Download | only in cctest

Lines Matching refs:nan

205   // NaN value is different on MIPS and x86 architectures, and TEST(NaNx)
206 // tests checks the case where a x86 NaN value is serialized into the
230 " result = new Array(Number.NaN, Number.POSITIVE_INFINITY);"
240 " result = [NaN];"
936 auto handle_dnan = [masm](FPURegister dst, Label* nan, Label* back) {
937 __ bind(nan);
943 auto handle_snan = [masm, fnan](FPURegister dst, Label* nan, Label* back) {
944 __ bind(nan);