Home
last modified time | relevance | path

Searched defs:C4 (Results 1 – 25 of 49) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dk_cos.rs15 const C4: f64 = -2.75573143513906633035e-07; /* 0xBE927E4F, 0x809C52AD */ constant
/external/musl/src/math/
D__cosl.c51 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
73 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
D__cos.c57 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
Dexp2.c19 #define C4 __exp_data.exp2_poly[3] macro
Dexp.c21 #define C4 __exp_data.poly[7 - EXP_POLY_ORDER] macro
/external/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %p\n", this);} }; in C4() argument
Dms-x86-basic-layout.cpp18 struct C4 { struct
20 C4() : a(0xf00000c4) {} in C4() argument
21 virtual void f() {printf("C4");} in f() argument
Dms-x86-empty-virtual-base.cpp18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C4() function
/external/libabigail/doc/vizualization/graph/sources/
Dsa-C.cc28 struct C4 : public base struct
40 // C4 obj4; XXX abstract in main() argument
Dsa-D.cc32 struct C4 : public base struct
34 mode _M_type;
Dsa-DD.cc38 struct C4 : public base struct
40 mode _M_type;
/external/libabigail/doc/vizualization/layout/sources/
Dsa-C.cc28 struct C4 : public base struct
40 // C4 obj4; XXX abstract in main() argument
Dsa-D.cc32 struct C4 : public base struct
34 mode _M_type;
Dsa-DD.cc38 struct C4 : public base struct
40 mode _M_type;
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp17 concept auto C4(void) -> bool { return true; } in C4() function
/external/fdlibm/
Dk_cos.c60 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
/external/clang/test/SemaCXX/
Dclass.cpp125 struct C4 { struct
127 int f; // expected-error{{duplicate member 'f'}}
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp17 struct __declspec(dllimport) C4 { struct
Dvtable-layout-extreme.cpp31 class C4 class
/external/arm-optimized-routines/math/
Dv_sin.c27 #define C4 v_f64 (Poly[3]) macro
Dv_cos.c27 #define C4 v_f64 (Poly[3]) macro
Dv_exp2f_1u.c20 #define C4 v_f32 (Poly[4]) macro
Dv_expf_1u.c24 #define C4 v_f32 (Poly[4]) macro
Dv_exp2f.c24 #define C4 v_f32 (Poly[4]) macro
Dexp2.c19 #define C4 __exp_data.exp2_poly[3] macro

12