HomeSort by: relevance | last modified time | path
    Searched refs:E3 (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/lib/libm/
t_casinh.c 25 { +5.032E3, +INFINITY, +INFINITY, +M_PI/2},
26 { +INFINITY, +5.023E3, +INFINITY, +0},
30 { +5.032E3, +NAN, +NAN, +NAN}, /* + FE_INVALID optionally raised */
32 { +NAN, -5.023E3, +NAN, +NAN}, /* + FE_INVALID optionally raised */
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky_isa.def 28 CSKY_ISA (2E3, "Extended insns for arch ck803 from ck802")
54 #define CSKY_ISA_CK803 CSKY_ISA_CK802, CSKY_ISA_FEATURE_GET (2E3), \
csky.h 750 #define INDEX_REG_CLASS (CSKY_ISA_FEATURE (2E3) ? GENERAL_REGS : NO_REGS)
1128 #define TRAMPOLINE_SIZE (CSKY_ISA_FEATURE (2E3) ? 16 : 20)
csky.cc 4974 if (CSKY_ISA_FEATURE (2E3))
6253 if (CSKY_ISA_FEATURE (2E3))
  /src/external/apache2/llvm/dist/clang/INPUTS/
c99-intconst-1.c 43 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3. */
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \
47 type_if(T3, (!(E1) && !(E2) && (E3))))
48 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwise
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
54 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))))
55 /* (T1 *) if E1, otherwise (T2 *) if E2, otherwise (T3 *) if E3, otherwise
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \
60 type_if(T3, (!(E1) && !(E2) && (E3))), \
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 62 MAP(E3, 99) \
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 1613 enum E3 : int { A = -1, B = 1, C = 255, D = 0 }
1614 assertThrown!ConvOverflowException(to!ubyte(E3.A));
1615 assertThrown!ConvOverflowException(to!bool(E3.A));
1616 assert(to!byte(E3.A) == -1);
1617 assert(to!byte(E3.B) == 1);
1618 assert(to!ubyte(E3.C) == 255);
1619 assert(to!bool(E3.B) == true);
1620 assertThrown!ConvOverflowException(to!byte(E3.C));
1621 assertThrown!ConvOverflowException(to!bool(E3.C));
1622 assert(to!bool(E3.D) == false)
    [all...]
exception.d 597 static class E3 : Exception
  /src/share/terminfo/
terminfo 1107 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
1121 kcbt=\E^I, E3=\E[3J, kcbt2=\E[Z, use=linux2.6,
4299 vpa=\E[%i%p1%dd, E3=\E[3J, use=vt220+pcedit,
4617 kf13=\E\023\E1, kf14=\E\023\E2, kf15=\E\023\E3,
4621 kf25=\E\003\E1, kf26=\E\003\E2, kf27=\E\003\E3,
4622 kf28=\E\003\E4, kf29=\E\003\E5, kf3=\E3, kf30=\E\003\E6,
4625 kf37=\E\001\E1, kf38=\E\001\E2, kf39=\E\001\E3, kf4=\E4,
5327 vpa=\E[%i%p1%dd, E3=\E[3J, use=ansi+pp, use=xterm+kbs,
7053 ktbc=\E3, meml=\El, memu=\Em,
7063 smln=\E&jB, smso=\E&dJ, smul=\E&dD, tbc=\E3,
    [all...]
  /src/sys/arch/m68k/fpsp/
fpsp.h 168 CMDREG3B equ LV-48 ;cmd reg for E3 exceptions (2 bytes)
215 E_BYTE equ LV-28 ;holds E1 and E3 bits (1 byte)
217 E3 equ 1 ;which bit is E3 flag
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 867 struct fixed31_32 E3;
931 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2));
932 compute_de_pq(E3, out_x);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h 1446 #define HEX_DIGIT_11100011 E3
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 79 E3 N1 V8
976 FLOAT E0, E1, Exp2, E3, MinSqEr;
1153 E3 = Precision;
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 8985 \gdef^^e3{\~a}
9105 \gdef^^e3{\u a}
9311 \DeclareUnicodeCharacter{00E3}{\~a}
9467 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 8985 \gdef^^e3{\~a}
9105 \gdef^^e3{\u a}
9311 \DeclareUnicodeCharacter{00E3}{\~a}
9467 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 8212 \gdef^^e3{\~a}
8332 \gdef^^e3{\u a}
8538 \DeclareUnicodeCharacter{00E3}{\~a}
8694 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 8921 \gdef^^e3{\~a}
9041 \gdef^^e3{\u a}
9247 \DeclareUnicodeCharacter{00E3}{\~a}
9403 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 8208 \gdef^^e3{\~a}
8328 \gdef^^e3{\u a}
8534 \DeclareUnicodeCharacter{00E3}{\~a}
8690 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 8208 \gdef^^e3{\~a}
8328 \gdef^^e3{\u a}
8534 \DeclareUnicodeCharacter{00E3}{\~a}
8690 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 8923 \gdef^^e3{\~a}
9043 \gdef^^e3{\u a}
9249 \DeclareUnicodeCharacter{00E3}{\~a}
9405 \DeclareUnicodeCharacter{01E3}{\={\ae}}
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 10149 \gdefchar^^e3{\~a}
10269 \gdefchar^^e3{\u a}
10595 \DeclareUnicodeCharacter{00E3}{\~a}%
10782 \DeclareUnicodeCharacter{01E3}{\={\ae}}%
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 10149 \gdefchar^^e3{\~a}
10269 \gdefchar^^e3{\u a}
10595 \DeclareUnicodeCharacter{00E3}{\~a}%
10782 \DeclareUnicodeCharacter{01E3}{\={\ae}}%

Completed in 115 milliseconds