/external/cblas/include/ |
cblas_f77.h | 13 #define FINT const int * 187 void F77_srot(FINT, float *, FINT, float *, FINT, const float *, const float *); 189 void F77_srotm( FINT, float *, FINT, float *, FINT, const float *); 191 void F77_sswap( FINT, float *, FINT, float *, FINT); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
roundr-op.s | 2 Main FINT X,ROUND_OFF,Z 4 FINT $133,0,Z 6 FINT $173,2,$233
|
roundr-op-r.d | 9 0: 178701f4 fint \$135,ROUND_OFF,\$244 11 8: 178500f4 fint \$133,\$244 13 10: 17ad02e9 fint \$173,ROUND_UP,\$233
|
roundr-op.d | 7 0: 178701f4 fint \$135,ROUND_OFF,\$244 9 8: 178500f4 fint \$133,\$244 11 10: 17ad02e9 fint \$173,ROUND_UP,\$233
|
roundr-op.l | 5 2 0000 178701F4 Main FINT X,ROUND_OFF,Z 7 4 0008 178500F4 FINT \$133,0,Z 9 6 0010 17AD02E9 FINT \$173,2,\$233
|
round2-op.s | 5 FINT $123,Z
|
round2-op-r.d | 12 c: 177b00f4 fint \$123,\$244
|
round2-op.d | 10 c: 177b00f4 fint \$123,\$244
|
round2-op.l | 8 5 000c 177B00F4 FINT \$123,Z
|
list-insns.s | 47 FINT $132,ROUND_UP,$14 48 FINT $11,$141
|
/external/skia/src/animator/ |
SkDisplayInput.cpp | 21 SK_MEMBER_ALIAS(int, fInt, Int), 30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {} 44 value->fOperand.fS32 = fInt != (int) SK_NaN32 ||
|
SkDisplayInput.h | 25 int32_t fInt;
|
SkPostParts.cpp | 28 if (fInt != (int) SK_NaN32) 29 fParent->fEvent.setS32(dataName, fInt);
|
SkDisplayEvent.cpp | 210 meta.findS32(name, &input->fInt);
|
/external/clang/test/SemaCXX/ |
redeclared-alias-template.cpp | 12 template<template<typename> class F> using FInt = F<int>; 13 template<typename X> using SXRInt = FInt<S<X>::template R>;
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfinal.go | 33 fint *_type // type of first argument of fn 65 func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) { 80 unsafe.Offsetof(finalizer{}.fint) != 3*ptrSize || 98 f.fint = fint 110 callback(f.fn, f.arg, f.nret, f.fint, f.ot) 175 if f.fint == nil { 178 switch f.fint.kind & kindMask { 183 ityp := (*interfacetype)(unsafe.Pointer(f.fint)) 334 fint := ins[0 [all...] |
heapdump.go | 211 func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) { 216 dumpint(uint64(uintptr(unsafe.Pointer(fint)))) 409 func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) { 414 dumpint(uint64(uintptr(unsafe.Pointer(fint)))) 446 dumpfinalizer(p, spf.fn, spf.fint, spf.ot)
|
/prebuilts/go/linux-x86/src/runtime/ |
mfinal.go | 33 fint *_type // type of first argument of fn 65 func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) { 80 unsafe.Offsetof(finalizer{}.fint) != 3*ptrSize || 98 f.fint = fint 110 callback(f.fn, f.arg, f.nret, f.fint, f.ot) 175 if f.fint == nil { 178 switch f.fint.kind & kindMask { 183 ityp := (*interfacetype)(unsafe.Pointer(f.fint)) 334 fint := ins[0 [all...] |
heapdump.go | 211 func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) { 216 dumpint(uint64(uintptr(unsafe.Pointer(fint)))) 409 func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) { 414 dumpint(uint64(uintptr(unsafe.Pointer(fint)))) 446 dumpfinalizer(p, spf.fn, spf.fint, spf.ot)
|
/prebuilts/go/darwin-x86/src/testing/quick/ |
quick_test.go | 73 func fInt(a int) int { return a } 183 reportError("fInt", CheckEqual(fInt, fInt, nil), t)
|
/prebuilts/go/linux-x86/src/testing/quick/ |
quick_test.go | 73 func fInt(a int) int { return a } 183 reportError("fInt", CheckEqual(fInt, fInt, nil), t)
|
/external/skia/tests/ |
GrTRecorderTest.cpp | 166 SubSubclass() : fInt(1234), fFloat(1.234f) {} 172 REPORTER_ASSERT(reporter, 1234 == fInt); 177 int fInt;
|
/cts/tests/tests/provider/src/android/provider/cts/ |
TelephonyProviderTest.java | 78 // int fint = fld.getInt(fd);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
microblaze-opcm.h | 43 fint, fsqrt, enumerator in enum:microblaze_instr
|
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 119 #define FINT 5
|