HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 126 - 150 of 1479) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Instrumentation/DataFlowSanitizer/
debug-nonzero-labels.ll 1 ; RUN: opt < %s -dfsan -dfsan-args-abi -dfsan-debug-nonzero-labels -S | FileCheck %s
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2011-07-20-DoubleIV.ll 4 ; nonzero initial value.
  /external/ppp/pppd/
md4.h 25 unsigned int done; /* Nonzero means MD computation finished */
  /external/skia/tools/
find_run_binary.py 25 Exception: the program exited with a nonzero return code.
  /external/tremolo/Tremolo/
res012.c 104 ogg_int32_t **in,int *nonzero,int ch){
123 if(nonzero[i])
199 for(i=0;i<ch;i++)if(nonzero[i])break;
200 if(i==ch)return(0); /* no nonzero vectors */
  /external/valgrind/helgrind/tests/
tc24_nonzero_sem.c 2 nonzero initial value, when said semaphores are correctly used.
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 45 // Success is indicated here by a nonzero int followed by the fd;
  /frameworks/base/core/java/android/app/
ProfilerInfo.java 36 /* Indicates sample profiling when nonzero, interval in microseconds. */
  /ndk/sources/host-tools/make-3.81/
commands.h 29 int any_recurse; /* Nonzero if any `lines_recurse' elt has */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mmtimer.h 42 * Returns nonzero if the registers can be mmap'd into userspace, 0 otherwise
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mmtimer.h 42 * Returns nonzero if the registers can be mmap'd into userspace, 0 otherwise
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug484.go 82 // nonzero values.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 82 // nonzero values.
  /system/bt/stack/btm/
btm_main.c 52 /* All fields are cleared; nonzero fields are reinitialized in appropriate function */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 112 * Raise the invalid floating-point exception for finite nonzero x.
116 * nonzero x. Choice = don't raise (except for signaling NaNs).
145 * nonzero y. Choice = don't raise (except for signaling NaNs).
s_csinh.c 109 * Raise the invalid floating-point exception for finite nonzero x.
113 * nonzero x. Choice = don't raise (except for signaling NaNs).
144 * nonzero y. Choice = don't raise (except for signaling NaNs).
  /external/bison/lib/
closeout.c 50 - If ignore = false, it shall evoke a diagnostic, along with a nonzero
68 pipe reader and should lead to a diagnostic and a nonzero exit status.
102 It's important to detect such failures and exit nonzero because many
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 64 * subscript of nonzero ucol[k] is stored in usub[k].
81 ScalarVector lusup; // nonzero values of L ordered by columns
87 ScalarVector ucol; // nonzero values of U ordered by columns
SparseLU_panel_bmod.h 50 * \param repfnz First nonzero rows
91 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
112 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
159 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
194 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
  /system/bt/bta/include/
bta_av_sbc.h 177 ** Returns 0 if ok, nonzero if error.
190 ** Returns 0 if ok, nonzero if error.
202 ** Returns 0 if ok, nonzero if error.
  /external/libvorbis/lib/
mapping0.c 247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels); local
625 nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]],
652 nonzero,
676 if(nonzero[j])zerobundle[ch_in_bundle]=1;
719 int *nonzero =alloca(sizeof(*nonzero)*vi->channels); local
728 nonzero[i]=1;
730 nonzero[i]=0;
734 /* channel coupling can 'dirty' the nonzero listing *
    [all...]
res0.c 717 float **in,int *nonzero,int ch){
720 if(nonzero[i])
729 int **in,int *nonzero,int ch, long **partword, int submap){
732 if(nonzero[i])
743 int **in,int *nonzero,int ch){
746 if(nonzero[i])
755 float **in,int *nonzero,int ch){
758 if(nonzero[i])
767 int **in,int *nonzero,int ch){
770 if(nonzero[i])used++
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 25 * nonzero and outer_size is the number of columns if the matrix is column-major and the number of rows
146 * - the nonzero does not already exist
281 * Set the matrix to zero and reserve the memory for \a reserveSize nonzero coefficients. */
289 * inserts a nonzero coefficient at given coordinates \a row, \a col and returns its reference assuming that:
292 * In other words, assuming \c *this is column-major, then there must not exists any nonzero coefficient of coordinates
  /external/llvm/lib/Support/
ScaledNumber.cpp 192 size_t NonZero = Float.find_last_not_of('0');
193 assert(NonZero != std::string::npos && "no . in floating point string");
195 if (Float[NonZero] == '.')
196 ++NonZero;
198 return Float.substr(0, NonZero + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 195 /* Return nonzero if VALUE is finite and not NaN. */
204 /* Return nonzero if VALUE is finite and not NaN. */
230 /* Return nonzero if VALUE is not a number. */
234 /* Return nonzero if VALUE is not a number. */
296 /* Return the binary exponent of X, which must be nonzero. */

Completed in 593 milliseconds

1 2 3 4 56 7 8 91011>>