HomeSort by relevance Sort by last modified time
    Searched refs:F0 (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /bionic/libc/arch-mips/bionic/
_setjmp.S 89 FPREG64_S($f20, SC_FPREGS+((F20-F0)*REGSZ_FP), a0)
90 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0)
91 FPREG64_S($f22, SC_FPREGS+((F22-F0)*REGSZ_FP), a0)
92 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0)
93 FPREG64_S($f24, SC_FPREGS+((F24-F0)*REGSZ_FP), a0)
94 FPREG64_S($f25, SC_FPREGS+((F25-F0)*REGSZ_FP), a0)
95 FPREG64_S($f26, SC_FPREGS+((F26-F0)*REGSZ_FP), a0)
96 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0)
97 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0)
98 FPREG64_S($f29, SC_FPREGS+((F29-F0)*REGSZ_FP), a0
    [all...]
setjmp.S 102 FPREG64_S($f20, SC_FPREGS+((F20-F0)*REGSZ_FP), a0)
103 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0)
104 FPREG64_S($f22, SC_FPREGS+((F22-F0)*REGSZ_FP), a0)
105 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0)
106 FPREG64_S($f24, SC_FPREGS+((F24-F0)*REGSZ_FP), a0)
107 FPREG64_S($f25, SC_FPREGS+((F25-F0)*REGSZ_FP), a0)
108 FPREG64_S($f26, SC_FPREGS+((F26-F0)*REGSZ_FP), a0)
109 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0)
110 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0)
111 FPREG64_S($f29, SC_FPREGS+((F29-F0)*REGSZ_FP), a0
    [all...]
  /external/mksh/src/
var_spec.h 6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
12 #ifndef F0
13 #define F0 FN
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
19 F0(NONE)
40 #undef F0
sh_flags.h 6 #define F0(sname,cname,ochar,flags) cname = 0,
11 #ifndef F0
12 #define F0 FN
22 F0("allexport", FEXPORT, 'a', OF_ANY)
146 #undef F0
emacsfn.h 6 #define F0(cname,sname,flags) XFUNC_##cname = 0,
11 #ifndef F0
12 #define F0 FN
15 F0(abort, "abort", 0)
86 #undef F0
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 11 friend struct F0;
12 friend void f0(int);
13 struct F0 member_func();
15 struct F0 { };
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
  /external/skia/bench/
MemoryBench.cpp 57 static SkBenchmark* F0(void* p) { return new ChunkAllocBench(p, 64); }
60 static BenchRegistry gR0(F0);
PathIterBench.cpp 94 static SkBenchmark* F0(void* p) { return new PathIterBench(p, false); }
97 static BenchRegistry gR0(F0);
  /art/runtime/arch/mips/
registers_mips.cc 40 if (rhs >= F0 && rhs < kNumberOfFRegisters) {
registers_mips.h 69 F0 = 0,
  /libcore/luni/src/main/java/java/security/spec/
RSAKeyGenParameterSpec.java 28 * The value of the public exponent {@code F0} = 3.
30 public static final BigInteger F0 = BigInteger.valueOf(3L);
  /external/chromium_org/third_party/flot/
jquery.colorhelpers.min.js 1 (function(b){b.color={};b.color.make=function(f,e,c,d){var h={};h.r=f||0;h.g=e||0;h.b=c||0;h.a=d!=null?d:1;h.add=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]+=j}return h.normalize()};h.scale=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]*=j}return h.normalize()};h.toString=function(){if(h.a>=1){return"rgb("+[h.r,h.g,h.b].join(",")+")"}else{return"rgba("+[h.r,h.g,h.b,h.a].join(",")+")"}};h.normalize=function(){function g(j,k,i){return k<j?j:(k>i?i:k)}h.r=g(0,parseInt(h.r),255);h.g=g(0,parseInt(h.g),255);h.b=g(0,parseInt(h.b),255);h.a=g(0,h.a,1);return h};h.clone=function(){return b.color.make(h.r,h.b,h.g,h.a)};return h.normalize()};b.color.extract=function(e,d){var f;do{f=e.css(d).toLowerCase();if(f!=""&&f!="transparent"){break}e=e.parent()}while(!b.nodeName(e.get(0),"body"));if(f=="rgba(0, 0, 0, 0)"){f="transparent"}return b.color.parse(f)};b.color.parse=function(f){var e,c=b.color.make;if(e=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(f)){return c(parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3],10))}if(e=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(f)){return c(parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3],10),parseFloat(e[4]))}if(e=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(f)){return c(parseFloat(e[1])*2.55,parseFloat(e[2])*2.55,parseFloat(e[3])*2.55)}if(e=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(f)){return c(parseFloat(e[1])*2.55,parseFloat(e[2])*2.55,parseFloat(e[3])*2.55,parseFloat(e[4]))}if(e=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(f)){return c(parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16))}if(e=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(f)){return c(parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16))}var d (…)
  /external/bluetooth/bluedroid/conf/
auto_pair_devlist.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E,00:26:e8
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 95 struct F0 {
101 f(static_cast<Args&&>(args)...); // expected-error{{no matching function for call to object of type 'perfect_forwarding::F0'}}
107 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(),
109 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(), // expected-note{{in instantiation of function template specialization 'perfect_forwarding::forward<perfect_forwarding::F0, perfect_forwarding::A &, const perfect_forwarding::A &, perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A>' requested here}}
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAKeyGenParameterSpecTest.java 76 * Test for <code>F0</code> field<br>
77 * Assertion: the public exponent value F0 = 3
80 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
85 * Assertion: the public exponent value F0 = 65537
  /libcore/luni/src/test/java/tests/security/spec/
RSAKeyGenParameterSpecTest.java 69 * Test for <code>F0</code> field<br>
70 * Assertion: the public exponent value F0 = 3
73 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
78 * Assertion: the public exponent value F0 = 65537
  /external/valgrind/main/none/tests/s390x/
icm.stdout.exp 1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 01 00 00 00 01 08 00 00 01 01 00 00 01 01 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0B 00 00 01 00 00 00 01 0C 00 00 01 02 00 00 01 02 00 01 00 00 00 01 00 0E 00 01 00 02 00 01 00 02 00 01 02 00 00 01 02 10 00 01 02 3C 00 01 02 3C 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 13 00 00 3C 00 00 00 3C 14 00 00 3C 3D 00 00 3C 3D 00 3C 00 00 00 3C 00 16 00 3C 00 3D 00 3C 00 3D 00 3C 3D 00 00 3C 3D 18 00 3C 3D 3E 00 3C 3D 3E 3C 00 00 00 3C 00 00 1A 3C 00 00 3D 3C 00 00 3D 3C 00 3D 00 3C 00 3D 1C 3C 00 3D 3E 3C 00 3D 3E 3C 3D 00 00 3C 3D 00 1E 3C 3D 00 3E 3C 3D 00 3E 3C 3D 3E 00 3C 3D 3E 20 3C 3D 3E 78 3C 3D 3E 78 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 23 00 00 78 00 00 00 78 24 00 00 78 79 00 00 78 79 00 78 00 00 00 78 00 26 00 78 00 79 00 78 00 79 00 78 79 00 00 78 79 28 00 78 79 7A 00 78 79 7A 78 00 00 00 78 00 00 2A 78 00 00 79 78 00 00 79 78 00 79 00 78 00 79 2C 78 00 79 7A 78 00 79 7A 78 79 00 00 78 79 00 2E 78 79 00 7A 78 79 00 7A 78 79 7A 00 78 79 7A 30 78 79 7A B4 78 79 7A B4 00 00 00 00 00 00 00 32 00 00 B4 00 00 00 B4 33 00 00 B4 B5 00 00 B4 B5 00 B4 00 00 00 B4 00 35 00 B4 00 B5 00 B4 00 B5 00 B4 B5 00 00 B4 B5 37 00 B4 B5 B6 00 B4 B5 B6 B4 00 00 00 B4 00 00 39 B4 00 00 B5 B4 00 00 B5 B4 00 B5 00 B4 00 B5 3B B4 00 B5 B6 B4 00 B5 B6 B4 B5 00 00 B4 B5 00 3D B4 B5 00 B6 B4 B5 00 B6 B4 B5 B6 00 B4 B5 B6 3F B4 B5 B6 B7 B4 B5 B6 B7 00 00 00 F0 00 00 00 F0 00 00 00 00 00 00 00 42 00 00 F0 00 00 00 F0 43 00 00 F0 F1 00 00 F0 F1 00 F0 00 00 00 F0 00 45 00 F0 00 F1 00 F0 00 F1 00 F0 F1 00 00 F0 F1 47 00 F0 F1 F2 00 F0 F1 F2 F0 00 00 00 F0 00 00 49 F0 00 00 F1 F0 00 00 (…)
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 69 CvPoint2D32f* F0,
100 CvPoint2D32f* F0,
119 if( (F0->x==0) && (F0->y==0) )
139 d_angle = d_angle - acos( (F0->x*K->x + F0->y*K->y)/sqrt( (F0->x*F0->x + F0->y*F0->y)*(K->x*K->x + K->y*K->y) ) )
    [all...]

Completed in 548 milliseconds

1 2 3 4 5