Searched refs:p10 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/lazy-pointer-binding/
H A Dfoo.c26 double p7, float p8, double p9, float p10, double p11, float p12,
47 if ( p10 != 10.0 )
25 floattest(double p1, float p2, double p3, float p4, double p5, float p6, double p7, float p8, double p9, float p10, double p11, float p12, double p13, float p14) argument
H A Dmain.c31 double p7, float p8, double p9, float p10, double p11, float p12,
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/lazy-binding-reg-params/
H A Dfoo.c47 double p8, double p9, double p10, double p11, double p12, double p13)
67 if ( p10 != 10.0)
46 dofloattest(double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10, double p11, double p12, double p13) argument
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/prebased-performance/
H A Dfoo.c47 struct page p10 = { &p1 }; variable in typeref:struct:page
57 vm_address_t end = (((uintptr_t)&p10) + 4095) & (-4096);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd006.tcl167 set p10 [lindex $p1 0]
172 set ret [$db get -rmw -txn $parent $p10]
175 if { [string compare $Dret $kvals($p10)] == 0 ||
176 [string compare $Dret [string toupper $kvals($p10)]] == 0 } {
189 set ret [$db get -txn $kid1 $p10]
194 set ret [$db put -txn $kid1 $p10 $data]
240 set p10_check [lindex [lindex [$db get -txn $parent $p10] 0] 0]
247 [string tolower [string $func $kvals($p10)]]
250 parent_kid1 $p10_check [string tolower $kvals($p10)]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Derf.c76 * P = P(x ) = (p0 + p1 * x + p2 * x + ... + p10 * x )
187 p10= 1.073087585213621540635426191486561494058e-0008; variable
288 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
346 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_luv.c732 LogL10toY(int p10) /* compute luminance from 10-bit LogL */ argument
734 if (p10 == 0)
736 return (exp(M_LN2/64.*(p10+.5) - M_LN2*12.));
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbitst.cpp2615 int p10 = p1; local
2616 while (fSpSet->contains(cAt(p10))) {
2617 p10 = moveBack(p10);
2619 while (fCloseSet->contains(cAt(p10))) {
2620 p10 = moveBack(p10);
2622 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) {

Completed in 139 milliseconds