/external/icu/icu4c/source/test/testdata/ |
H A D | NumberFormatTestCases.txt | 75 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 76 fpc: - 1234.56/JPY "\u00A51,235" 1235/JPY 79 #fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 80 fpc: - 123/GTQ "GTQ123.00" 123/GTQ 82 fpc: - 1/INR "\u20b91.00" 1/INR 83 fpc: - 2/INR "\u20b92.00" 2/INR 85 fpc: - 100/YDD "YDD100.00" 100/YDD 86 fpc: - 100/CNY "CN\u00a5100.00" 100/CNY
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nvfx_fragprog.c | 45 temp(struct nvfx_fpc *fpc) argument 47 int idx = __builtin_ctzll(~fpc->r_temps); 49 if (idx >= fpc->max_temps) { 55 fpc->r_temps |= (1ULL << idx); 56 fpc->r_temps_discard |= (1ULL << idx); 61 release_temps(struct nvfx_fpc *fpc) argument 63 fpc->r_temps &= ~fpc->r_temps_discard; 64 fpc->r_temps_discard = 0ULL; 68 nvfx_fp_imm(struct nvfx_fpc *fpc, floa argument 78 grow_insns(struct nvfx_fpc *fpc, int size) argument 87 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src) argument 160 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) argument 189 nvfx_fp_emit(struct nvfx_fpc *fpc, struct nvfx_insn insn) argument 238 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src) argument 266 nv40_fp_cal(struct nvfx_fpc *fpc, unsigned target) argument 286 nv40_fp_ret(struct nvfx_fpc *fpc) argument 302 nv40_fp_rep(struct nvfx_fpc *fpc, unsigned count, unsigned target) argument 329 nv40_fp_bra(struct nvfx_fpc *fpc, unsigned target) argument 354 nv40_fp_brk(struct nvfx_fpc *fpc) argument 371 tgsi_src(struct nvfx_fpc *fpc, const struct tgsi_full_src_register *fsrc) argument 413 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) argument 440 nvfx_fragprog_parse_instruction(struct nv30_context* nvfx, struct nvfx_fpc *fpc, const struct tgsi_full_instruction *finst) argument 911 nvfx_fragprog_parse_decl_input(struct nv30_context *nvfx, struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) argument 949 nvfx_fragprog_assign_generic(struct nv30_context *nvfx, struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) argument 984 nvfx_fragprog_parse_decl_output(struct nv30_context* nvfx, struct nvfx_fpc *fpc, const struct tgsi_full_declaration *fdec) argument 1018 nvfx_fragprog_prepare(struct nv30_context* nvfx, struct nvfx_fpc *fpc) argument 1119 struct nvfx_fpc *fpc = NULL; local [all...] |
/external/valgrind/none/tests/s390x/ |
H A D | rounding-2.c | 19 unsigned fpc; local 21 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 23 return fpc & 0x7;
|
H A D | srnm.c | 15 unsigned fpc; local 17 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 19 return fpc & 0x7;
|
H A D | srnmb.c | 24 unsigned fpc; local 26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 28 return fpc & 0x7;
|
H A D | srnmt.c | 24 unsigned fpc; local 26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 28 return (fpc & 0x70) >> 4;
|
H A D | test_sig.c | 61 int fpc; local 62 _FPU_GETCW(fpc); 63 printf("fpc= %d\n", fpc);
|
H A D | rounding-3.c | 8 /* Test "convert to fixed" with "per fpc" rounding. 22 unsigned fpc; local 24 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 26 return fpc & 0x7;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTestCases.txt | 75 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 76 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 79 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 80 fpc: - 123/GTQ "GTQ123.00" 123/GTQ 82 fpc: - 1/INR "₹1.00" 1/INR 84 fpc: - 2/INR "₹2.00" 2/INR 86 fpc: - 100/YDD "YDD100.00" 100/YDD 87 fpc: - 100/CNY "CN¥100.00" 100/CNY
|
/external/icu/icu4c/source/test/intltest/ |
H A D | pptest.cpp | 115 FieldPosition fpc(fp); 116 if (fpc.getField() == 7) {
|
/external/mesa3d/src/mesa/program/ |
H A D | program.c | 547 struct gl_fragment_program *fpc = gl_fragment_program(clone); local 548 fpc->UsesKill = fp->UsesKill; 549 fpc->UsesDFdy = fp->UsesDFdy; 550 fpc->OriginUpperLeft = fp->OriginUpperLeft; 551 fpc->PixelCenterInteger = fp->PixelCenterInteger;
|
/external/valgrind/include/vki/ |
H A D | vki-s390x-linux.h | 119 unsigned int fpc; member in struct:__anon16487 666 __vki_u32 fpc; member in struct:__anon16492
|
/external/kernel-headers/original/uapi/linux/ |
H A D | omap3isp.h | 403 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table. 413 struct omap3isp_ccdc_fpc __user *fpc; member in struct:omap3isp_ccdc_update_config
|
/external/valgrind/coregrind/m_sigframe/ |
H A D | sigframe-s390x-linux.c | 197 sigregs->fpregs.fpc = tst->arch.vex.guest_fpc; 256 tst->arch.vex.guest_fpc = sigregs->fpregs.fpc;
|
/external/elfutils/src/tests/ |
H A D | run-readelf-mixed-corenote.sh | 137 fpc: 0x00000000 198 fpc: 0x00000000
|
/external/valgrind/VEX/auxprogs/ |
H A D | genoffsets.c | 188 GENOFFSET(S390X,s390x,fpc);
|
/external/valgrind/coregrind/ |
H A D | m_debugger.c | 347 regs.fp_regs.fpc = vex->guest_fpc;
|
/external/valgrind/memcheck/ |
H A D | mc_machine.c | 806 if (o == GOF(fpc) && sz == 4) return -1;
|