/prebuilts/go/darwin-x86/src/math/big/ |
rat_test.go | 460 // 2a) an integral value becomes a fraction depending on denominator 468 // 2b) an integral value becomes a fraction depending on denominator
|
intconv.go | 55 // verbs for integral types, including '+', '-', and ' '
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 463 // 2a) an integral value becomes a fraction depending on denominator 471 // 2b) an integral value becomes a fraction depending on denominator
|
intconv.go | 58 // verbs for integral types, including '+', '-', and ' '
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat_test.go | 460 // 2a) an integral value becomes a fraction depending on denominator 468 // 2b) an integral value becomes a fraction depending on denominator
|
intconv.go | 55 // verbs for integral types, including '+', '-', and ' '
|
/prebuilts/go/linux-x86/src/math/big/ |
rat_test.go | 460 // 2a) an integral value becomes a fraction depending on denominator 468 // 2b) an integral value becomes a fraction depending on denominator
|
intconv.go | 55 // verbs for integral types, including '+', '-', and ' '
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
abstract.h | 700 Returns the result of dividing o1 by o2 giving an integral result, 863 Returns the Integral instance converted to an int. The 865 method. Steals integral's reference. error_format will be 866 used to create the TypeError if integral isn't actually an 867 Integral instance. error_format should be a format string 868 that can accept a char* naming integral's type. 872 PyObject *integral, 951 Returns the result of dividing o1 by o2 giving an integral result, [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
abstract.h | 700 Returns the result of dividing o1 by o2 giving an integral result, 863 Returns the Integral instance converted to an int. The 865 method. Steals integral's reference. error_format will be 866 used to create the TypeError if integral isn't actually an 867 Integral instance. error_format should be a format string 868 that can accept a char* naming integral's type. 872 PyObject *integral, 951 Returns the result of dividing o1 by o2 giving an integral result, [all...] |
/external/mksh/src/ |
shf.c | 891 goto integral; 905 integral:
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
intconv.go | 58 // verbs for integral types, including '+', '-', and ' '
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
intconv.go | 55 // verbs for integral types, including '+', '-', and ' '
|
/external/libunwind_llvm/src/ |
UnwindRegistersRestore.S | 106 ; restore integral registerrs
|
/external/opencv3/modules/features2d/src/ |
brisk.cpp | 119 const cv::Mat& integral,const float key_x, 450 BRISK_Impl::smoothedIntensity(const cv::Mat& image, const cv::Mat& integral, const float key_x, 490 // the integral image is larger: 534 const int* ptr_integral = integral.ptr<int>() + x_left + integralcols * y_top + 1; 678 // first, calculate the integral image over the whole image: 679 // current integral image 680 cv::Mat _integral; // the integral image 681 cv::integral(image, _integral); [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersRestore.S | 106 ; restore integral registerrs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 113 int32_t integral; member in struct:__anon38233 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 111 int32_t integral; member in struct:__anon40096 [all...] |
/prebuilts/go/darwin-x86/src/text/template/parse/ |
node.go | 522 IsInt bool // Number has an integral value. 523 IsUint bool // Number has an unsigned integral value.
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
node.go | 522 IsInt bool // Number has an integral value. 523 IsUint bool // Number has an unsigned integral value.
|
/external/v8/src/js/ |
v8natives.js | 1094 var integral = TO_INTEGER(number); 1095 if (integral == number) { 1096 return MathAbs(integral) <= kMaxSafeInteger; [all...] |
/frameworks/rs/api/ |
rs_math.spec | 1742 arg: #2#1* integral_part, "*integral_part will be set to the integral portion of the number." 1743 summary: Integral and fractional components 1745 Returns the integral and fractional components of a number. [all...] |
/external/opencv3/modules/imgproc/misc/java/test/ |
ImgprocTest.java | [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | 938 case TemplateArgument::Integral: 939 OS << " integral " << A.getAsIntegral(); [all...] |
/external/pdfium/xfa/src/fgas/src/localization/ |
fx_locale.cpp | 281 CFX_LCNumeric(int64_t integral,
406 CFX_LCNumeric::CFX_LCNumeric(int64_t integral,
409 m_Integral = integral;
[all...] |