/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
ReleaseTest-API.cc | 370 // scale = (float)atof( argv[i+1] );
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyEffects.cpp | 428 *(float *)(*param + pos) = (float)atof(node->value);
|
/frameworks/rs/ |
rsFont.cpp | 352 gamma = atof(property);
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 167 *value = atof(str); [all...] |
/hardware/libhardware/tests/vehicle/ |
vehicle-hal-tool.c | 285 vehicle_data.value.float_value = atof(data);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_copybit.cpp | 734 mDynThreshold = atof(value);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 367 compensation = atof(cmd + 1); [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 97 * __string_to_double is just lifted from atof, the difference being
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 412 extern double atof (const char *); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdlib.h | 343 double __cdecl atof(const char *_String);
|
tchar.h | 588 #define _tstof atof
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 305 def atof(string, func=float): function 320 return atof(str, int) 329 print s1, "is", atof(s1) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 305 def atof(string, func=float): function 320 return atof(str, int) 329 print s1, "is", atof(s1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 305 def atof(string, func=float): function 320 return atof(str, int) 329 print s1, "is", atof(s1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 305 def atof(string, func=float): function 320 return atof(str, int) 329 print s1, "is", atof(s1) [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog-9295 | [all...] |
ChangeLog-2005 | [all...] |
ChangeLog-9899 | 462 * config/atof-ieee.c (atof_ieee): Change what_kind to int. 463 * config/atof-vax.c (flonum_gen2vax): Change format_letter to [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
atof-ieee.c | 156 /* Note that atof-ieee always has X and P precisions enabled. it is up
|
tc-epiphany.c | 1031 /* Equal to MAX_PRECISION in atof-ieee.c. */
|
tc-tic30.c | 629 current_op->immediate.f_number = (float) atof (token); [all...] |
/external/icu/icu4c/source/i18n/ |
digitlst.cpp | 19 * 04/16/97 aliu Rewrote set() and getDouble() to use sprintf/atof [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 198 *val = (float) atof( cur ); [all...] |
/external/mesa3d/src/glx/ |
glxext.c | 693 if (atof(priv->serverGLXversion) >= 1.3) {
|
/external/opencv/cvaux/include/ |
cvvidsurv.hpp | 269 if(str) SetParam(name,atof(str)); [all...] |