Searched
full:convert (Results
1376 -
1400 of
5560) sorted by null
<<51525354555657585960>>
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi_channels.h | 339 * Convert chanspec to ascii string 351 * Convert ascii string to chanspec 474 * Convert ctl chan and bw to chanspec
|
/libcore/luni/src/main/java/java/lang/ |
Double.java | 313 * the double to convert to a string. 397 * the double to convert. 479 // remove exponent's 'bias' and convert to a string
|
Float.java | 318 * the float to convert to a string. 404 * the float to convert. 486 // remove exponent's 'bias' and convert to a string
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
codecvt.h | 79 * @brief Convert from internal to external character set. 159 * @brief Convert from external to internal character set. 229 * @brief Convert from internal to external character set.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 81 * @brief Convert from internal to external character set. 161 * @brief Convert from external to internal character set. 231 * @brief Convert from internal to external character set.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 81 * @brief Convert from internal to external character set. 161 * @brief Convert from external to internal character set. 231 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 79 * @brief Convert from internal to external character set. 159 * @brief Convert from external to internal character set. 229 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 79 * @brief Convert from internal to external character set. 159 * @brief Convert from external to internal character set. 229 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 79 * @brief Convert from internal to external character set. 159 * @brief Convert from external to internal character set. 229 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
codecvt.h | 79 * @brief Convert from internal to external character set. 159 * @brief Convert from external to internal character set. 229 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
codecvt.h | 81 * @brief Convert from internal to external character set. 161 * @brief Convert from external to internal character set. 231 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
codecvt.h | 81 * @brief Convert from internal to external character set. 161 * @brief Convert from external to internal character set. 231 * @brief Convert from internal to external character set.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 124 status.addFatalError("Nothing to convert"); 143 status.addFatalError("Nothing to convert"); 199 return "Convert to Compound Drawable";
|
/external/freetype/src/truetype/ |
ttgxvar.c | 332 FT_GET_SHORT() << 2; /* convert to Fixed */ 334 FT_GET_SHORT()<<2; /* convert to Fixed */ 459 FT_GET_SHORT() << 2; /* convert to FT_Fixed */ [all...] |
/external/libusb/libusb/ |
libusb.h | 36 * Convert a 16-bit value from host-endian to little-endian format. On 39 * \param x the host-endian value to convert 55 * Convert a 16-bit value from little-endian to host-endian format. On 58 * \param x the little-endian value to convert [all...] |
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 66 // SSAIfConv can convert both triangles and diamonds: 168 /// convertIf - If-convert the last block passed to canConvertIf(), assuming 424 DEBUG(dbgs() << "Can't convert: " << *PI.PHI); 458 // Convert all PHIs to select instructions inserted before FirstTerm. 478 // Convert all PHIs to select instructions inserted before FirstTerm. 764 // If-convert MBB and update analyses.
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | 275 // Single to Double FP Convert 280 // Double to Single FP Convert 285 // Single-Precision FP to Integer Convert 289 // Double-Precision FP to Integer Convert 294 // Integer to Single-Precision FP Convert 298 // Integer to Double-Precision FP Convert [all...] |
/bionic/libc/bionic/ |
semaphore.c | 71 /* convert a value into the corresponding sem->count bit pattern */ 74 /* convert a sem->count bit pattern into the corresponding signed value */
|
/bionic/libc/upstream-netbsd/libc/inet/ |
inet_pton.c | 60 * convert from presentation format (which usually means ASCII printable) 211 * convert presentation level address to network order binary form.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 37 * A union which permits us to convert between a double and two 32 bit 162 * A union which permits us to convert between a float and a 32 bit
|
Completed in 1696 milliseconds
<<51525354555657585960>>