Searched refs:fpc (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/test/testdata/
H A DNumberFormatTestCases.txt75 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/icu/icu4c/source/test/testdata/
H A DNumberFormatTestCases.txt75 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
83 fpc: - 1/INR "Rs.1.00" 1/INR
84 fpc: - 2/INR "Rs.2.00" 2/INR
87 fpc: - 100/YDD "YDD100.00" 100/YDD
88 fpc: - 100/CNY "CN\u00a5100.00" 100/CNY
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c45 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/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c45 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/main/none/tests/s390x/
H A Drounding-2.c19 unsigned fpc; local
21 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
23 return fpc & 0x7;
H A Dsrnm.c15 unsigned fpc; local
17 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
19 return fpc & 0x7;
H A Dsrnmb.c24 unsigned fpc; local
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
28 return fpc & 0x7;
H A Dsrnmt.c24 unsigned fpc; local
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
28 return (fpc & 0x70) >> 4;
H A Dtest_sig.c61 int fpc; local
62 _FPU_GETCW(fpc);
63 printf("fpc= %d\n", fpc);
H A Drounding-3.c8 /* 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/chromium_org/third_party/icu/source/test/intltest/
H A Dpptest.cpp115 FieldPosition fpc(fp);
116 if (fpc.getField() == 7) {
/external/icu/icu4c/source/test/intltest/
H A Dpptest.cpp115 FieldPosition fpc(fp);
116 if (fpc.getField() == 7) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c547 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/mesa3d/src/mesa/program/
H A Dprogram.c547 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/main/include/vki/
H A Dvki-s390x-linux.h119 unsigned int fpc; member in struct:__anon32970
654 __vki_u32 fpc; member in struct:__anon32975
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h403 * @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/main/VEX/auxprogs/
H A Dgenoffsets.c187 GENOFFSET(S390X,s390x,fpc);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-s390x-linux.c197 sigregs->fpregs.fpc = tst->arch.vex.guest_fpc;
256 tst->arch.vex.guest_fpc = sigregs->fpregs.fpc;
/external/valgrind/main/coregrind/
H A Dm_debugger.c348 regs.fp_regs.fpc = vex->guest_fpc;
/external/valgrind/main/memcheck/
H A Dmc_machine.c834 if (o == GOF(fpc) && sz == 4) return -1;

Completed in 6701 milliseconds