HomeSort by relevance Sort by last modified time
    Searched defs:fb (Results 1 - 25 of 418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 24 std::filebuf* fb = fs.rdbuf(); local
25 assert(fb->sgetc() == 'r');
29 std::wfilebuf* fb = fs.rdbuf(); local
30 assert(fb->sgetc() == L'r');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 24 std::filebuf* fb = fs.rdbuf(); local
25 assert(fb->sgetc() == 'r');
29 std::wfilebuf* fb = fs.rdbuf(); local
30 assert(fb->sgetc() == L'r');
  /external/clang/test/Analysis/
CGColorSpace.c 13 void fb() { function
  /external/compiler-rt/lib/builtins/
fixunsxfdi.c 36 long_double_bits fb; local
37 fb.f = a;
38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
39 if (e < 0 || (fb.u.high.s.low & 0x00008000))
43 return fb.u.low.all >> (63 - e);
fixunsxfsi.c 35 long_double_bits fb; local
36 fb.f = a;
37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
38 if (e < 0 || (fb.u.high.s.low & 0x00008000))
42 return fb.u.low.s.high >> (31 - e);
fixunsxfti.c 35 long_double_bits fb; local
36 fb.f = a;
37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
38 if (e < 0 || (fb.u.high.s.low & 0x00008000))
42 tu_int r = fb.u.low.all;
floatundisf.c 73 float_bits fb; local
74 fb.u = ((e + 127) << 23) | /* exponent */
76 return fb.f;
floatundixf.c 36 long_double_bits fb; local
37 fb.u.high.s.low = (e + 16383); /* exponent */
38 fb.u.low.all = a << clz; /* mantissa */
39 return fb.f;
floatuntidf.c 73 double_bits fb; local
74 fb.u.s.high = ((e + 1023) << 20) | /* exponent */
76 fb.u.s.low = (su_int)a; /* mantissa-low */
77 return fb.f;
floatuntisf.c 73 float_bits fb; local
74 fb.u = ((e + 127) << 23) | /* exponent */
76 return fb.f;
floatuntixf.c 75 long_double_bits fb; local
76 fb.u.high.s.low = (e + 16383); /* exponent */
77 fb.u.low.all = (du_int)a; /* mantissa */
78 return fb.f;
fixxfdi.c 35 long_double_bits fb; local
36 fb.f = a;
37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
42 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
43 di_int r = fb.u.low.all;
fixxfti.c 35 long_double_bits fb; local
36 fb.f = a;
37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
40 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
41 ti_int r = fb.u.low.all;
floatdisf.c 75 float_bits fb; local
76 fb.u = ((su_int)s & 0x80000000) | /* sign */
79 return fb.f;
floatdixf.c 39 long_double_bits fb; local
40 fb.u.high.s.low = ((su_int)s & 0x00008000) | /* sign */
42 fb.u.low.all = a << clz; /* mantissa */
43 return fb.f;
floattidf.c 75 double_bits fb; local
76 fb.u.s.high = ((su_int)s & 0x80000000) | /* sign */
79 fb.u.s.low = (su_int)a; /* mantissa-low */
80 return fb.f;
floattisf.c 75 float_bits fb; local
76 fb.u = ((su_int)s & 0x80000000) | /* sign */
79 return fb.f;
floattixf.c 77 long_double_bits fb; local
78 fb.u.high.s.low = ((su_int)s & 0x8000) | /* sign */
80 fb.u.low.all = (du_int)a; /* mantissa */
81 return fb.f;
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 26 std::filebuf* fb = fs.rdbuf(); local
27 assert(fb->sputc('r') == 'r');
32 std::wfilebuf* fb = fs.rdbuf(); local
33 assert(fb->sputc(L'r') == L'r');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 26 std::filebuf* fb = fs.rdbuf(); local
27 assert(fb->sputc('r') == 'r');
32 std::wfilebuf* fb = fs.rdbuf(); local
33 assert(fb->sputc(L'r') == L'r');
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_flush.c 52 struct pipe_framebuffer_state *fb = &svga->curr.framebuffer; local
57 for (i = 0; i < fb->nr_cbufs; i++) {
59 debug_dump_surface_bmp(&svga->pipe, filename, fb->cbufs[i]);
62 if (0 && fb->zsbuf) {
64 debug_dump_surface_bmp(&svga->pipe, filename, fb->zsbuf);
svga_pipe_clear.c 48 struct pipe_framebuffer_state *fb = &svga->curr.framebuffer; local
62 if ((buffers & PIPE_CLEAR_COLOR) && fb->cbufs[0]) {
66 rect.w = fb->cbufs[0]->width;
67 rect.h = fb->cbufs[0]->height;
70 if ((buffers & PIPE_CLEAR_DEPTHSTENCIL) && fb->zsbuf) {
78 rect.w = MAX2(rect.w, fb->zsbuf->width);
79 rect.h = MAX2(rect.h, fb->zsbuf->height);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 48 const struct gl_framebuffer *fb = ctx->DrawBuffer; local
53 scissor.maxx = fb->Width;
54 scissor.maxy = fb->Height;
79 if (st_fb_orientation(fb) == Y_0_TOP) {
80 miny = fb->Height - scissor.maxy;
81 maxy = fb->Height - scissor.miny;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
tcp.cc 45 FeedbackPacket* fb = local
49 return fb;
  /system/core/libpixelflinger/codeflinger/
blending.cpp 85 // fb: extracted dst
119 // see if we need to extract 'component' from the destination (fb)
120 integer_t fb; local
122 fb.setTo(scratches.obtain(), 32);
123 extract(fb, pixel, component);
126 // expand fb -or- fragment to the larger of the two
127 if (fb.size() < temp.size()) {
128 // for now we expand 'fb' to min(fragment, 8)
130 expand(fb, fb, new_size)
    [all...]

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8 91011>>