Home
last modified time | relevance | path

Searched defs:fpc (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c49 temp(struct nvfx_fpc *fpc) in temp()
64 release_temps(struct nvfx_fpc *fpc) in release_temps()
71 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d) in nvfx_fp_imm()
81 grow_insns(struct nvfx_fpc *fpc, int size) in grow_insns()
90 emit_src(struct nvfx_fpc *fpc, int pos, struct nvfx_src src) in emit_src()
163 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) in emit_dst()
192 nvfx_fp_emit(struct nvfx_fpc *fpc, struct nvfx_insn insn) in nvfx_fp_emit()
241 nv40_fp_if(struct nvfx_fpc *fpc, struct nvfx_src src) in nv40_fp_if()
269 nv40_fp_cal(struct nvfx_fpc *fpc, unsigned target) in nv40_fp_cal()
289 nv40_fp_ret(struct nvfx_fpc *fpc) in nv40_fp_ret()
[all …]
/third_party/ffmpeg/libavcodec/
Dflac_parser.c117 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap()
157 static uint8_t *flac_fifo_read(FLACParseContext *fpc, int offset, int *len) in flac_fifo_read()
168 static int find_headers_search_validate(FLACParseContext *fpc, int offset) in find_headers_search_validate()
205 static int find_headers_search(FLACParseContext *fpc, uint8_t *buf, in find_headers_search()
232 static int find_new_headers(FLACParseContext *fpc, int search_start) in find_new_headers()
276 static int check_header_fi_mismatch(FLACParseContext *fpc, in check_header_fi_mismatch()
306 static int check_header_mismatch(FLACParseContext *fpc, in check_header_mismatch()
414 static int score_header(FLACParseContext *fpc, FLACHeaderMarker *header) in score_header()
454 static void score_sequences(FLACParseContext *fpc) in score_sequences()
471 static int get_best_header(FLACParseContext *fpc, const uint8_t **poutbuf, in get_best_header()
[all …]
/third_party/musl/src/fenv/s390x/
Dfenv.c6 unsigned fpc; in get_fpc() local
11 static inline void set_fpc(unsigned fpc) in set_fpc()
/third_party/boost/libs/test/doc/examples/
Dtolerance_04.run-fail.cpp15 namespace boost { namespace math { namespace fpc { namespace
/third_party/musl/arch/s390x/bits/
Duser.h10 unsigned fpc; member
22 unsigned fpc; member
Dsignal.h24 unsigned fpc; member
45 unsigned fpc; member
/third_party/icu/icu4c/source/test/intltest/
Dpptest.cpp117 FieldPosition fpc(fp); in TestFieldPosition() local
/third_party/boost/boost/test/tools/
Dfloating_point_comparison.hpp40 namespace fpc { namespace
/third_party/openssl/crypto/poly1305/
Dpoly1305_ieee754.c101 static const u32 fpc = 1; variable