HomeSort by relevance Sort by last modified time
    Searched refs:P3 (Results 26 - 50 of 155) sorted by null

12 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 33 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2f.c 42 P3 = 0x1.c6b348p-5f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Gpt.com 2 ???3??|??8?+?:?0??????PW???3?????|??.????3?????P??$?P3????f?f???f&?=EFI ??f&?}PART??f&?}??f&?ET.???f??f?? f???fRf&?MHf&?]Lf?f?
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
cache.d 20 e: 5b 02 IFLUSH\[P3\];
flow2.s 16 JUMP (P3);
26 JUMP (PC+P3);
102 CALL(P3);
111 CALL(PC+P3);
pseudo.d 18 16: 0b f8 DBG P3;
79 ac: 0b f0 ff ff DBGA \(P3.L, 0xffff\);
80 b0: 4b f0 9c ff DBGA \(P3.H, 0xff9c\);
81 b4: 0b f0 18 fc DBGA \(P3.L, 0xfc18\);
82 b8: 4b f0 01 e0 DBGA \(P3.H, 0xe001\);
control_code2.s 76 CC = P3 == P5;
90 CC = P3 < P5;
105 CC = P3 <= P5;
119 CC = P3 < P5(IU);
131 CC = P3 <= P5(IU);
move2.s 22 P3 = P3;
43 P0 = P3;
46 P3 = P0;
95 P3 = I3;
104 P3 = B3;
246 SYSCFG = P3;
254 LT0 = P3;
330 IF CC P1 = P3;
350 IF !CC P1 = P3;
    [all...]
parallel2.s 5 A1 = r1 || P0 = [P3+32];
7 R4 = A0 (fu) || P0 = [p3+36];
8 r5 = A1 (ISS2) || P0 = [P3+40];
70 a0 = rot A0 by 0 || R5 = W [P3] (z);
71 A0 = ROT a0 BY 10 || R5 = W [P3++] (z);
72 A1 = ROT A1 by -20 || R5 = W [P3--] (z);
parallel4.d 50 a8: 16 cc 02 6c R6 = BYTEOP2P \(R1:0, R3:2\) \(TL, R\) \|\| \[P3\] = R0 \|\| NOP;
52 b0: 36 cc 02 6e R7 = BYTEOP2P \(R1:0, R3:2\) \(TH, R\) \|\| \[P3\+\+\] = R0 \|\| NOP;
54 b8: 18 cc 03 0a R5 = BYTEPACK \(R0, R3\) \|\| \[P3--\] = R0 \|\| NOP;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
macro.s 11 add3 .macro P1,P2,P3,ADDRP
14 add P3,a
  /external/libgsm/inc/
proto.h 28 #undef P3
42 # define P3(x, a, b, c) (a, b, c)
56 # define P3(x, a, b, c) x a; b; c;
  /external/libunwind/src/ia64/
unwind_decoder.h 245 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
246 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
247 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break;
248 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break;
249 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break;
250 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break;
251 case 6: UNW_DEC_RP_BR(P3, dst, arg); break;
252 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break;
253 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break;
254 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break
    [all...]
  /external/libgsm/src/
gsm_option.c 14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val)
preprocess.c 34 void Gsm_Preprocess P3((S, s, so),
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 38 P3 = 6.6137559770e-05, /* 0x388ab355 */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-ok.d 14 [[:space:]]*P3:rp_br\(reg=b7\)
145 [[:space:]]*P3:psp_gr\(reg=r16\)
147 [[:space:]]*P3:bsp_gr\(reg=r17\)
149 [[:space:]]*P3:bspstore_gr\(reg=r18\)
151 [[:space:]]*P3:fpsr_gr\(reg=r19\)
153 [[:space:]]*P3:lc_gr\(reg=r20\)
155 [[:space:]]*P3:pfs_gr\(reg=r21\)
157 [[:space:]]*P3:rnat_gr\(reg=r22\)
159 [[:space:]]*P3:unat_gr\(reg=r23\)
161 [[:space:]]*P3:pr_gr\(reg=r24\
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_exp.c 44 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
103 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
153 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /prebuilts/go/darwin-x86/src/math/
sinh.go 33 P3 = -0.2630563213397497062819489e+2
55 temp = (((P3*sq+P2)*sq+P1)*sq + P0) * x
  /prebuilts/go/linux-x86/src/math/
sinh.go 33 P3 = -0.2630563213397497062819489e+2
55 temp = (((P3*sq+P2)*sq+P1)*sq + P0) * x
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 562 milliseconds

12 3 4 5 6 7