Home
last modified time | relevance | path

Searched refs:fpc (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c48 temp(struct nvfx_fpc *fpc) in temp() argument
50 int idx = __builtin_ctzll(~fpc->r_temps); in temp()
52 if (idx >= fpc->max_temps) { in temp()
57 fpc->r_temps |= (1ULL << idx); in temp()
58 fpc->r_temps_discard |= (1ULL << idx); in temp()
63 release_temps(struct nvfx_fpc *fpc) in release_temps() argument
65 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps()
66 fpc->r_temps_discard = 0ULL; in release_temps()
70 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d) in nvfx_fp_imm() argument
73 int idx = fpc->imm_data.size >> 4; in nvfx_fp_imm()
[all …]
/external/icu/icu4c/source/test/testdata/
DNumberFormatTestCases.txt77 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 "GTQ123.00" 123/GTQ
84 fpc: - 1/INR "\u20b91.00" 1/INR
85 fpc: - 2/INR "\u20b92.00" 2/INR
87 fpc: - 100/YDD "YDD100.00" 100/YDD
88 fpc: - 100/CNY "CN\u00a5100.00" 100/CNY
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTestCases.txt79 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD
80 fpc: - 1234.56/JPY "¥1,235" 1235/JPY
83 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake
84 fpc: - 123/GTQ "GTQ123.00" 123/GTQ
86 fpc: - 1/INR "₹1.00" 1/INR
88 fpc: - 2/INR "₹2.00" 2/INR
90 fpc: - 100/YDD "YDD100.00" 100/YDD
91 fpc: - 100/CNY "CN¥100.00" 100/CNY
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTestCases.txt79 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD
80 fpc: - 1234.56/JPY "¥1,235" 1235/JPY
83 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake
84 fpc: - 123/GTQ "GTQ123.00" 123/GTQ
86 fpc: - 1/INR "₹1.00" 1/INR
88 fpc: - 2/INR "₹2.00" 2/INR
90 fpc: - 100/YDD "YDD100.00" 100/YDD
91 fpc: - 100/CNY "CN¥100.00" 100/CNY
/external/valgrind/none/tests/s390x/
Drounding-2.c19 unsigned fpc; in get_rounding_mode() local
21 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); in get_rounding_mode()
23 return fpc & 0x7; in get_rounding_mode()
Dsrnm.c15 unsigned fpc; in get_rounding_mode() local
17 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); in get_rounding_mode()
19 return fpc & 0x7; in get_rounding_mode()
Dsrnmt.c24 unsigned fpc; in get_dfp_rounding_mode() local
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); in get_dfp_rounding_mode()
28 return (fpc & 0x70) >> 4; in get_dfp_rounding_mode()
Dsrnmb.c24 unsigned fpc; in get_rounding_mode() local
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); in get_rounding_mode()
28 return fpc & 0x7; in get_rounding_mode()
Dtest_sig.c61 int fpc; in main() local
62 _FPU_GETCW(fpc); in main()
63 printf("fpc= %d\n", fpc); in main()
Drounding-3.c22 unsigned fpc; in get_rounding_mode() local
24 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); in get_rounding_mode()
26 return fpc & 0x7; in get_rounding_mode()
/external/llvm/test/CodeGen/SystemZ/
Dtdc-06.ll10 define i32 @fpc(double %x) {
12 ; CHECK-LABEL: fpc
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc111 if (fpregs.fpc) in main()
112 printf("%x\n", fpregs.fpc); in main()
/external/icu/icu4c/source/test/intltest/
Dpptest.cpp117 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/
Dp1.cpp41 void fpc(concept int i) {} // expected-error {{'concept' can only appear on the definition of a fun… in fpc() function
/external/valgrind/include/vki/
Dvki-s390x-linux.h119 unsigned int fpc; member
666 __vki_u32 fpc; member
/external/v8/src/compiler/
Dwasm-linkage.cc158 Allocator(const Register* gp, int gpc, const DoubleRegister* fp, int fpc) in Allocator()
162 fp_count(fpc), in Allocator()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc67 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (unsigned long) (__fpregs.fpc))
/external/valgrind/coregrind/m_sigframe/
Dsigframe-s390x-linux.c197 sigregs->fpregs.fpc = tst->arch.vex.guest_fpc; in save_sigregs()
256 tst->arch.vex.guest_fpc = sigregs->fpregs.fpc; in restore_sigregs()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h413 struct omap3isp_ccdc_fpc __user *fpc; member
/external/elfutils/tests/
Drun-readelf-mixed-corenote.sh138 fpc: 0x00000000
199 fpc: 0x00000000
/external/valgrind/VEX/auxprogs/
Dgenoffsets.c187 GENOFFSET(S390X,s390x,fpc); in foo()
/external/python/cpython2/Python/
Dimport.c1057 FILE *fpc; in load_source_module() local
1093 (fpc = check_compiled_module(pathname, mtime, cpathname))) { in load_source_module()
1094 co = read_compiled_module(cpathname, fpc); in load_source_module()
1095 fclose(fpc); in load_source_module()
/external/valgrind/memcheck/
Dmc_machine.c811 if (o == GOF(fpc) && sz == 4) return -1; in get_otrack_shadow_offset_wrk()