HomeSort by relevance Sort by last modified time
    Searched refs:float_t (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/ppapi/api/dev/
ppb_view_dev.idl 31 float_t GetDeviceScale([in] PP_Resource resource);
44 float_t GetCSSScale([in] PP_Resource resource);
ppb_widget_dev.idl 62 [in] float_t scale);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */ typedef
38 typedef long double float_t; /* `float' expressions are evaluated as typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */ typedef
38 typedef long double float_t; /* `float' expressions are evaluated as typedef
  /external/chromium_org/ppapi/api/
pp_input_event.idl 103 float_t x;
113 float_t y;
150 float_t delta_x;
171 float_t delta_y;
191 float_t wheel_ticks_x;
194 float_t wheel_ticks_y;
pp_touch_point.idl 44 float_t rotation_angle;
52 float_t pressure;
ppb_compositor_layer.idl 80 [in] float_t red,
81 [in] float_t green,
82 [in] float_t blue,
83 [in] float_t alpha,
189 [in] float_t[16] matrix);
207 [in] float_t opacity);
pp_point.idl 35 float_t x;
36 float_t y;
pp_size.idl 26 float_t width;
28 float_t height;
ppb_gamepad.idl 31 float_t[16] axes;
42 float_t[32] buttons;
ppb_view.idl 182 float_t GetDeviceScale([in] PP_Resource resource);
196 float_t GetCSSScale([in] PP_Resource resource);
ppb_graphics_2d.idl 270 [in] float_t scale);
282 float_t GetScale(
pp_stdint.idl 29 float_t;
  /external/chromium_org/ppapi/generators/test_cgen/
stdint.idl 31 float_t;
structs.idl 36 typedef float_t func_t([in] s_array data);
  /external/chromium_org/ppapi/generators/test_thunk/
basic_test_types.idl 29 float_t;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10f.c 63 if (sizeof(float_t) > sizeof(float))
64 return (r - hfsq + f) * ((float_t)ivln10lo + ivln10hi) +
65 y * ((float_t)log10_2lo + log10_2hi);
e_log2f.c 70 * must cast one of its terms to float_t. This makes the whole
71 * expression have type float_t, so return is forced to waste
74 if (sizeof(float_t) > sizeof(float))
75 return (r - hfsq + f) * ((float_t)ivln2lo + ivln2hi) + y;
  /ndk/sources/android/support/include/
math.h 41 typedef float float_t; typedef
  /prebuilts/ndk/9/sources/android/support/include/
math.h 41 typedef float float_t; typedef
  /ndk/sources/android/support/src/msun/
e_log2f.c 70 * must cast one of its terms to float_t. This makes the whole
71 * expression have type float_t, so return is forced to waste
74 if (sizeof(float_t) > sizeof(float))
75 return (r - hfsq + f) * ((float_t)ivln2lo + ivln2hi) + y;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 228 /* define float32/64, float_t */
247 typedef float32 float_t; typedef
249 typedef float64 float_t; typedef
  /external/libcxx/include/support/win32/
math_win32.h 22 typedef float float_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 22 typedef float float_t; typedef
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 22 typedef float float_t; typedef

Completed in 710 milliseconds

1 2 3 4 5