/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 49 temp(struct nvfx_fpc *fpc) in temp() argument 51 int idx = __builtin_ctzll(~fpc->r_temps); in temp() 53 if (idx >= fpc->max_temps) { in temp() 58 fpc->r_temps |= (1ULL << idx); in temp() 59 fpc->r_temps_discard |= (1ULL << idx); in temp() 64 release_temps(struct nvfx_fpc *fpc) in release_temps() argument 66 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps() 67 fpc->r_temps_discard = 0ULL; in release_temps() 71 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d) in nvfx_fp_imm() argument 74 int idx = fpc->imm_data.size >> 4; in nvfx_fp_imm() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fpc-intrinsics.ll | 9 define void @test_sfpc(i32 %fpc) { 13 call void @llvm.s390.sfpc(i32 %fpc) 31 %fpc = load i32, i32 *%ptr 32 call void @llvm.s390.sfpc(i32 %fpc) 42 %fpc = load i32, i32 *%ptr1 43 call void @llvm.s390.sfpc(i32 %fpc) 52 %fpc = call i32 @llvm.s390.efpc() 53 store i32 %fpc, i32 *%ptr 62 %fpc = call i32 @llvm.s390.efpc() 64 store i32 %fpc, i32 *%ptr1
|
D | tdc-06.ll | 10 define i32 @fpc(double %x) { 12 ; CHECK-LABEL: fpc
|
/external/icu/icu4c/source/test/testdata/ |
D | NumberFormatTestCases.txt | 77 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 78 fpc: - 1234.56/JPY "\u00A51,235" 1235/JPY 81 #fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 82 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 84 fpc: - 1/INR "\u20b91.00" 1/INR 85 fpc: - 2/INR "\u20b92.00" 2/INR 87 fpc: - 100/YDD "YDD 100.00" 100/YDD 88 fpc: - 100/CNY "CN\u00a5100.00" 100/CNY
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 85 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 87 fpc: - 1/INR "₹1.00" 1/INR 89 fpc: - 2/INR "₹2.00" 2/INR 91 fpc: - 100/YDD "YDD 100.00" 100/YDD 92 fpc: - 100/CNY "CN¥100.00" 100/CNY
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 85 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 87 fpc: - 1/INR "₹1.00" 1/INR 89 fpc: - 2/INR "₹2.00" 2/INR 91 fpc: - 100/YDD "YDD 100.00" 100/YDD 92 fpc: - 100/CNY "CN¥100.00" 100/CNY
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-06.ll | 10 define i32 @fpc(double %x) { 12 ; CHECK-LABEL: fpc
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 111 if (fpregs.fpc) in main() 112 printf("%x\n", fpregs.fpc); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | pptest.cpp | 117 FieldPosition fpc(fp); in TestFieldPosition() local 118 if (fpc.getField() == 7) { in TestFieldPosition()
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 41 void fpc(concept int i) {} // expected-error {{'concept' can only appear on the definition of a fun… in fpc() function
|
/external/v8/src/wasm/ |
D | wasm-linkage.h | 124 const DoubleRegister* fp, int fpc) in LinkageAllocator() argument 125 : gp_count_(gpc), gp_regs_(gp), fp_count_(fpc), fp_regs_(fp) {} in LinkageAllocator()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 67 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (unsigned long) (__fpregs.fpc))
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 436 struct omap3isp_ccdc_fpc __user *fpc; member
|
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 138 fpc: 0x00000000 199 fpc: 0x00000000
|
/external/python/cpython2/Python/ |
D | import.c | 1079 FILE *fpc; in load_source_module() local 1115 (fpc = check_compiled_module(pathname, mtime, cpathname))) { in load_source_module() 1116 co = read_compiled_module(cpathname, fpc); in load_source_module() 1117 fclose(fpc); in load_source_module()
|
/external/perfetto/test/trace_processor/ |
D | thread_cpu_time_example_android_trace_30s.out | 820 …fingerprint@2.1","/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.fpc",154062201 821 1648,968,212,968,"[NULL]","/vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.fpc",…
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 823 …Hf8\nWjyegcr7/jqZgLNIEnNb2cQqHXI1/bNoM9Jue2XlcGLCWTVuAIDCnuhqzvlMF2JsLH+SP/fpc+Sp\nIinU5Me/DKTV8Vj…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 74003 fpc %10541
|