HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 322 Float4 f4 = new Float4(1.f, 1.f, 1.f, 1.f); local
323 fp.addF32(f4);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 507 float4 f4 = convert_float4(p); local
508 return pow(v, f4);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 79 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
123 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local
p7-0x.cpp 78 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
122 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local
  /external/clang/test/CodeGen/
struct.c 59 void f4() { function
x86_64-arguments.c 25 // CHECK: define double @f4()
26 double f4(void) { function
208 struct S0 { char f0[8]; char f2; char f3; char f4; }; member in struct:S0
x86_32-arguments-darwin.c 23 // CHECK: define double @f4()
24 double f4(void) { function
  /external/dbus/dbus/
dbus-sha.c 104 #define f4(x,y,z) ( x ^ y ^ z ) /* Rounds 60-79 */ macro
248 subRound (A, B, C, D, E, f4, K4, expand ( eData, 60) );
249 subRound (E, A, B, C, D, f4, K4, expand ( eData, 61) );
250 subRound (D, E, A, B, C, f4, K4, expand ( eData, 62) );
251 subRound (C, D, E, A, B, f4, K4, expand ( eData, 63) );
252 subRound (B, C, D, E, A, f4, K4, expand ( eData, 64) );
253 subRound (A, B, C, D, E, f4, K4, expand ( eData, 65) );
254 subRound (E, A, B, C, D, f4, K4, expand ( eData, 66) );
255 subRound (D, E, A, B, C, f4, K4, expand ( eData, 67) );
256 subRound (C, D, E, A, B, f4, K4, expand ( eData, 68) )
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 120 Float4 f4 = new Float4(); local
121 f4.x = 1.0f;
122 f4.y = 2.0f;
123 f4.x = 3.0f;
124 f4.w = 4.0f;
125 f4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
126 assertTrue(f4.x == 1.0f);
127 assertTrue(f4.y == 2.0f);
128 assertTrue(f4.z == 3.0f);
129 assertTrue(f4.w == 4.0f)
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
aes.c 79 #define f4(x) ((x << 2) ^ (((x >> 6) & 1) * WPOLY) ^ (((x >> 6) & 2) * WPOLY)) macro
87 #define fd(x) (f8(x) ^ f4(x) ^ x)
88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
  /external/clang/test/Analysis/
dead-stores.c 27 void f4(int k) { function
malloc.c 206 int *f4() { function
  /external/clang/test/SemaCXX/
uninitialized.cpp 306 F *f3, *f4; member in struct:__anon6298::G
overloaded-operator.cpp 77 float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}} local
  /external/tcpdump/
print-smb.c 339 const char *f1, *f2, *f3, *f4; local
353 f4 = "|Data ";
363 f4 = "|Data ";
388 smb_fdata(data, f4, SMBMIN(data + datalen, maxbuf), unicodestr);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 265 template <int i> void f4(int (*)[2 + i+i]) { }; function in namespace:Expressions
266 template void f4<1>(int (*)[4]);
270 template <bool b> void f4(int (*)[b ? 1 : 2]) { }; function in namespace:Expressions
271 template void f4<true>(int (*)[1]);
827 template<typename T> void f4(::test34::A<sizeof(sizeof(decltype(T() + T())))>) { } function in namespace:test34
830 template void f4<int>(A<sizeof(sizeof(int))>);
  /external/openssh/
key.c 1017 BIGNUM *f4 = BN_new(); local
1021 if (f4 == NULL)
1023 if (!BN_set_word(f4, RSA_F4))
1025 if (!RSA_generate_key_ex(private, bits, f4, NULL))
1027 BN_free(f4);
    [all...]
  /external/skia/tests/
PathTest.cpp 453 SkPoint f4[] = {{0, 0}, {1, 0}, {0, 0}, {1, 0}, {1, 1}, {0, 1}}; // backs up local
467 sizeof(f1), sizeof(f2), sizeof(f3), sizeof(f4), sizeof(f5), sizeof(f6),
473 f1, f2, f3, f4, f5, f6, f7, f8,
    [all...]
  /external/v8/src/mips/
simulator-mips.h 169 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
assembler-mips.h 216 "f4",
290 const FPURegister f4 = { 4 }; member in namespace:v8::internal
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 367 float f4 = getFloat(); local
371 OP_NAMES[op], f1, f2, f3, f4, paint, flags);
378 float f4 = getFloat(); local
382 OP_NAMES[op], f1, f2, f3, f4, alpha, flags);
425 float f4 = getFloat(); local
428 f1, f2, f3, f4, regionOp);
470 float f4 = getFloat(); local
477 (char*) indent, OP_NAMES[op], bitmap, f1, f2, f3, f4, f5, f6, f7, f8, paint);
532 float f4 = getFloat(); local
535 f1, f2, f3, f4, paint)
542 float f4 = getFloat(); local
563 float f4 = getFloat(); local
573 float f4 = getFloat(); local
951 float f4 = getFloat(); local
963 float f4 = getFloat(); local
1019 float f4 = getFloat(); local
1084 float f4 = getFloat(); local
1162 float f4 = getFloat(); local
1173 float f4 = getFloat(); local
1196 float f4 = getFloat(); local
1207 float f4 = getFloat(); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 592 File f4 = File.createTempFile("ab", null, null); local
593 f4.delete();
599 File f4 = File.createTempFile("a", null, null); local
600 f4.delete();
606 File f4 = File.createTempFile("", null, null); local
607 f4.delete();
882 File f4 = new File(testdir, "longfi~1.tst"); local
1005 File f4 = new File(base + "a" + File.separator + File.separator + ".." + File.separator local
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 269 constexpr float f4 = 1e38f / -.2938f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 115 f4, enumerator in enum:JSC::MIPSRegisters::__anon15861
  /external/mdnsresponder/mDNSCore/
uDNS.c 2321 mDNSBool f4 = hi->arv4.resrec.RecordType != kDNSRecordTypeUnregistered && hi->arv4.state != regState_Unregistered; local
    [all...]

Completed in 855 milliseconds

1 2 3 45 6