HomeSort by relevance Sort by last modified time
    Searched defs:pi (Results 26 - 50 of 577) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/
acos.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
44 is_about(r.real(), pi/2);
50 is_about(r.real(), pi/2);
55 is_about(r.real(), pi/2);
66 is_about(r.real(), pi);
79 is_about(r.real(), 0.75 * pi);
85 is_about(r.real(), 0.25 * pi);
acosh.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
46 is_about(r.imag(), -pi/2);
48 is_about(r.imag(), pi/2);
62 is_about(r.imag(), -pi/2);
64 is_about(r.imag(), pi/2);
76 is_about(r.imag(), -pi);
78 is_about(r.imag(), pi);
92 is_about(r.imag(), -0.75 * pi);
94 is_about(r.imag(), 0.75 * pi);
101 is_about(r.imag(), -0.25 * pi);
    [all...]
asin.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
68 is_about(r.real(), pi/2);
70 is_about(r.real(), - pi/2);
77 is_about(r.real(), -pi/4);
79 is_about(r.real(), pi/4);
asinh.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
52 is_about(r.imag(), -pi/2);
54 is_about(r.imag(), pi/2);
73 is_about(r.imag(), -pi/4);
75 is_about(r.imag(), pi/4);
atanh.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
65 is_about(r.imag(), pi/2);
67 is_about(r.imag(), -pi/2);
79 is_about(r.imag(), -pi/2);
81 is_about(r.imag(), pi/2);
88 is_about(r.imag(), -pi/2);
90 is_about(r.imag(), pi/2);
108 is_about(r.imag(), -pi/2);
110 is_about(r.imag(), pi/2);
log.pass.cpp 37 const double pi = std::atan2(+0., -0.); local
49 is_about(r.imag(), -pi);
51 is_about(r.imag(), pi);
66 is_about(r.imag(), pi/2);
68 is_about(r.imag(), -pi/2);
79 is_about(r.imag(), pi);
81 is_about(r.imag(), -pi);
97 is_about(r.imag(), pi/2);
103 is_about(r.imag(), -pi);
105 is_about(r.imag(), pi);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/MajorVersionApp/src-common/com/android/cts/majorversion/
VersionTest.java 36 PackageInfo pi = pm.getPackageInfo(InstrumentationRegistry.getContext().getPackageName(), local
40 assertEquals(VersionConstants.PACKAGE_VERSION, pi.getLongVersionCode());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 52 int *pi; local
62 for (pi=FoStack[k]; pi <= FoTOS[k]; pi++) {
64 fprintf(stderr,"#%d rule %d %s\n",i,*pi,RulePtr[*pi]->rname);
  /external/libunwind/src/mi/
Gget_proc_name.c 53 unw_proc_info_t pi; local
58 ret = unwi_find_dynamic_proc_info (as, ip, &pi, 1, arg);
61 unw_dyn_info_t *di = pi.unwind_info;
64 *offp = ip - pi.start_ip;
69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg);
83 unwi_put_dynamic_unwind_info (as, &pi, arg);
  /external/libunwind/src/unwind/
RaiseException.c 36 unw_proc_info_t pi; local
63 if (unw_get_proc_info (&context.cursor, &pi) < 0)
69 personality = (_Unwind_Personality_Fn) (uintptr_t) pi.handler;
  /external/python/cpython2/Demo/threads/
Generator.py 67 def pi(g): function
81 g = Generator(pi, ())
83 g = Generator(pi, ())
  /external/tensorflow/tensorflow/core/kernels/
mfcc_dct.cc 48 const double pi = std::atan(1) * 4; local
49 double arg = pi / input_length_;
  /frameworks/native/libs/math/tests/
half_test.cpp 76 half pi = 3.1415926_hf; local
80 EXPECT_EQ(half(3.1415926), pi);
  /frameworks/support/compat/src/androidTest/java/androidx/core/content/pm/
PermissionInfoCompatTest.java 32 PermissionInfo pi = new PermissionInfo(); local
34 pi.protectionLevel = PermissionInfo.PROTECTION_DANGEROUS
38 PermissionInfoCompat.getProtection(pi));
41 PermissionInfoCompat.getProtectionFlags(pi));
43 pi.protectionLevel = 0xf | 0xfff0;
44 Assert.assertEquals(0xf, PermissionInfoCompat.getProtection(pi));
45 Assert.assertEquals(0xfff0, PermissionInfoCompat.getProtectionFlags(pi));
  /libcore/ojluni/src/main/java/sun/net/www/
MeteredStream.java 45 protected ProgressSource pi; field in class:MeteredStream
47 public MeteredStream(InputStream is, ProgressSource pi, long expected)
51 this.pi = pi;
54 if (pi != null) {
55 pi.updateProgress(0, expected);
81 if (pi != null)
82 pi.updateProgress(count, expected);
167 if (pi != null)
168 pi.finishTracking()
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 42 ProximityInfo *pi = reinterpret_cast<ProximityInfo *>(proximityInfo); local
43 delete pi;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeInserterTest.java 59 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "()V", local
61 pi.insertProbe(0);
71 ProbeInserter pi = new ProbeInserter(0, "m", "()V", actualVisitor, local
73 pi.insertProbe(0);
83 ProbeInserter pi = new ProbeInserter(0, "m", "(IZLjava/lang/Object;)V", local
85 pi.insertProbe(0);
95 ProbeInserter pi = new ProbeInserter(0, "m", "(JD)V", actualVisitor, local
97 pi.insertProbe(0);
107 ProbeInserter pi = new ProbeInserter(0, "m", "()V", actualVisitor, local
109 pi.visitCode()
116 ProbeInserter pi = new ProbeInserter(0, "<clinit>", "()V", local
125 ProbeInserter pi = new ProbeInserter(0, "m", "(II)V", actualVisitor, local
146 ProbeInserter pi = new ProbeInserter(0, "m", "(II)V", actualVisitor, local
166 ProbeInserter pi = new ProbeInserter(0, "m", "(II)V", actualVisitor, local
187 ProbeInserter pi = new ProbeInserter(0, "m", "(II)V", actualVisitor, local
198 ProbeInserter pi = new ProbeInserter(0, "m", "(II)V", actualVisitor, local
209 ProbeInserter pi = new ProbeInserter(0, "m", "(J)V", actualVisitor, local
221 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "()V", local
232 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "()V", local
244 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "(I)V", local
256 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "(J)V", local
268 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "m", "(DIJ)V", local
282 ProbeInserter pi = new ProbeInserter(0, "m", "()V", actualVisitor, local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 37 #define pi ((long double)pi1 + pi2) macro
40 pi = 3.14159265358979323846264338327950280e+00L; variable
55 else return pi+2.0*pio2_lo; /* acos(-1)= pi */
60 if(expt<ACOS_CONST) return pio2_hi+pio2_lo;/*x tiny: acosl=pi/2*/
73 return pi - 2.0*(s+w);
e_atan2.c 23 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
30 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
31 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
33 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
34 * ATAN2(+-INF,+INF ) is +-pi/4 ;
35 * ATAN2(+-INF,-INF ) is +-3pi/4;
36 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
56 pi = 3.1415926535897931160E+00; /* 0x400921FB, 0x54442D18 */ variable
82 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
    [all...]
e_atan2f.c 28 pi = 3.1415927410e+00; /* 0x40490fdb */ variable
53 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
54 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
73 case 2: return pi+tiny ; /* atan(+...,-INF) */
74 case 3: return -pi-tiny ; /* atan(-...,-INF) */
92 case 2: return pi-(z-pi_lo);/* atan(+,-) */
94 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2l.c 40 #define pi ((long double)pi1 + pi2) macro
43 pi = 3.14159265358979323846264338327950280e+00L; variable
75 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
76 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
96 case 2: return pi+tiny ; /* atan(+...,-INF) */
97 case 3: return -pi-tiny ; /* atan(-...,-INF) */
116 case 2: return pi-(z-pi_lo);/* atan(+,-) */
118 return (z-pi_lo)-pi;/* atan(-,-) *
    [all...]
  /bionic/tests/
system_properties_test2.cpp 89 const prop_info* pi = __system_property_find(property_name.c_str()); local
90 ASSERT_TRUE(pi != nullptr);
93 __system_property_read_callback(pi,
100 pi = __system_property_find(long_property_name.c_str());
101 ASSERT_TRUE(pi != nullptr);
104 __system_property_read_callback(pi,
112 pi = __system_property_find(property_name.c_str());
113 ASSERT_TRUE(pi != nullptr);
116 ASSERT_EQ(8, __system_property_read(pi, &legacy_name[0], propvalue));
121 ASSERT_TRUE(pi != nullptr)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
CrossProcessExceptionService.java 71 final PendingIntent pi = PendingIntent.getActivity( local
74 throw new AuthenticationRequiredException(new FileNotFoundException("FNFE"), pi);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_atan2f.c 28 pi = 3.1415927410e+00; /* 0x40490fdb */ variable
53 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
54 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
73 case 2: return pi+tiny ; /* atan(+...,-INF) */
74 case 3: return -pi-tiny ; /* atan(-...,-INF) */
92 case 2: return pi-(z-pi_lo);/* atan(+,-) */
94 return (z-pi_lo)-pi;/* atan(-,-) */
  /device/google/contexthub/firmware/lib/libm/
ef_atan2.c 28 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
56 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
57 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
76 case 2: return pi+tiny ; /* atan(+...,-INF) */
77 case 3: return -pi-tiny ; /* atan(-...,-INF) */
97 case 2: return pi-(z-pi_lo);/* atan(+,-) */
99 return (z-pi_lo)-pi;/* atan(-,-) */

Completed in 465 milliseconds

12 3 4 5 6 7 8 91011>>