HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1926 - 1950 of 3019) sorted by null

<<71727374757677787980>>

  /external/libpng/contrib/libtests/
tarith.c 188 double out = atof(buffer); local
189 double change = fabs((out - test)/test);
200 if (change >= allow && (isfinite(out) ||
220 DBL_DIG, test, precision, buffer, DBL_DIG, out, change, allow,
624 /* Find out about the random number generator. */
903 png_byte out = png_gamma_8bit_correct(j, gfp); local
904 double error = out - correct;
908 if (out != floor(correct+.5))
911 j, g, out, correct, error);
922 png_uint_16 out = png_gamma_16bit_correct(j, gfp) local
    [all...]
  /external/libvorbis/lib/
floor1.c 102 /* save out partitions */
109 /* save out partition classes */
118 /* save out the post list */
721 back out to 'unused' when encoding them so long as curve
776 int out[VIF_POSIT+2]; local
801 out[0]=post[0];
802 out[1]=post[1];
818 out[i]=0;
842 out[i]=val;
848 /* we have everything we need. pack it out */
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_dspr2.c 955 int r, out; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1540 unsigned char *out = dst[idx8x8]; local
    [all...]
  /external/libxml2/
c14n.c 427 * we do not want to print it out
460 * we do not want to print it out
566 * Prints out canonical namespace axis of the current node to the
663 * print out all elements from list
680 * Prints out exclusive canonical namespace axis of the current node to the
840 * print out all elements from list
925 * Prints out canonical attribute urrent node to the
1098 * Prints out canonical attribute axis of the current node to the
2151 xmlChar *out = NULL; local
    [all...]
nanohttp.c 139 char *out; /* buffer sent (zero terminated) */ member in struct:xmlNanoHTTPCtxt
172 * Handle an out of memory condition
423 if (ctxt->out != NULL) xmlFree(ctxt->out);
977 /* Time out */
978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out");
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 461 static const char *out = "N/A"; local
464 out = "N";
466 out = "Y";
468 return repsep_snprintf(bf, size, "%-*s", width, out);
548 const char *out; local
555 out = "N/A";
557 out = "Yes";
559 out = "No";
561 return repsep_snprintf(bf, size, "%-*s", width, out);
597 char out[64] local
674 char out[64]; local
742 char out[64]; local
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 94 formatted_raw_ostream &Out;
109 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){}
127 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0);
129 inline void out() { if (indent_level >0) indent_level--; } function in class:__anon9705::CppWriter
167 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) {
168 Out << '\n';
171 Out.indent(indent_level);
172 return Out;
222 Out << "ConstantFP::get(mod->getContext(), ";
223 Out << "APFloat("
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 263 out %al, (%dx) label
265 out %ax, (%dx) label
267 out %eax, (%dx) label
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
462 LLVMValueRef out; local
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
476 out = lp_build_clamp(&bld, out, bld.zero, bld.one);
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local
684 lp_build_name(out, "output%u.%c", attrib, "xyzw"[chan]);
691 lp_build_print_value(gallivm, "val = ", out);
693 soa[chan] = out;
815 LLVMValueRef out = LLVMBuildLoad(builder, outputs[0][i], ""); \/*x0 x1 .. xn*\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
399 * write that out.
422 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local
423 lp_build_name(out, "color%u.%u.%c", i, attrib, "rgba"[chan]);
424 LLVMBuildStore(builder, out, color[cbuf][chan]);
638 * write that out.
661 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local
665 lp_build_name(out, "color%u.%c", attrib, "rgba"[chan]);
666 LLVMBuildStore(builder, out, color_ptr);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
2088 BasicBlock *out = BasicBlock::get(ei.getNode()); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
266 struct ureg_dst out; local
270 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0);
273 ureg_MOV(ureg, ureg_writemask(out, TGSI_WRITEMASK_Z), imm);
285 struct ureg_dst out; local
289 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
292 ureg_MOV(ureg, out, imm);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
355 GLfloat *out = mat->inv; local
452 MAT(out,0,0) = r0[4]; MAT(out,0,1) = r0[5],
453 MAT(out,0,2) = r0[6]; MAT(out,0,3) = r0[7],
454 MAT(out,1,0) = r1[4]; MAT(out,1,1) = r1[5],
455 MAT(out,1,2) = r1[6]; MAT(out,1,3) = r1[7]
483 GLfloat *out = mat->inv; local
555 GLfloat *out = mat->inv; local
651 GLfloat *out = mat->inv; local
684 GLfloat *out = mat->inv; local
    [all...]
  /external/openssl/apps/
req.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
111 * -out arg - output file - default stdout
113 * -noout - don't print stuff out.
114 * -text - print out human readable text.
172 BIO *in=NULL,*out=NULL; local
272 else if (strcmp(*argv,"-out") == 0)
410 BIO_printf(bio_err," -out arg output file\n");
611 out=BIO_new(BIO_s_file());
612 if ((in == NULL) || (out == NULL)
    [all...]
x509.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
98 " -out arg - output file - default stdout\n",
115 " -purpose - print out certificate purposes\n",
143 " -C - print out C code forms\n",
180 BIO *out=NULL; local
315 else if (strcmp(*argv,"-out") == 0)
676 out=BIO_new(BIO_s_file());
677 if (out == NULL)
684 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 376 unsigned char *inbuf, *outbuf, *in, *out; local
380 out = outbuf = FX_Alloc(unsigned char, nr_samples);
394 *r++ = (int) * out++;
395 *g++ = (int) * out++;
396 *b++ = (int) * out++;
401 unsigned short *inbuf, *outbuf, *in, *out; local
405 out = outbuf = FX_Alloc(unsigned short, nr_samples);
419 *r++ = (int) * out++;
420 *g++ = (int) * out++;
421 *b++ = (int) * out++;
427 unsigned char *in, *inbuf, *out, *outbuf; local
478 cmsHPROFILE in, out; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
954 cmsUInt32Number out; local
962 for (i=len-1, out=0; i >= 0; --i) {
963 out = out * BaseOut + Buff[i];
966 return out;
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 202 // Fill out the new offset of the appended instruction.
238 // Fill out the new offset of the following instruction.
311 System.out.println(" -> ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]");
415 System.out.println("CodeAttributeComposer: putting results in ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
736 throw new IllegalArgumentException("Instruction offset ["+oldInstructionOffset +"] out of range in code fragment with length ["+codeFragmentLengths[level]+"] at level "+level);
    [all...]
  /external/regex-re2/re2/
parse.cc 818 // Round 1: Factor out common literal prefixes.
823 int out = 0; local
826 // and that space has been reused for sub[0:out] (out <= start).
852 // Factor out common string and append factored expression to sub[0:out].
857 sub[out++] = sub[start];
867 sub[out++] = Concat(x, 2, altflags);
878 n = out;
880 // Round 2: Factor out common complex prefixes
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 249 char out[256]; local
251 if (bitWidth * 2 + 1 >= (int) sizeof(out)) {
255 if (bitHeight >= (int) sizeof(out)) {
274 char* outPtr = out;
283 SkDebugf("%s\n", out);
379 bool testSimplify(const SkPath& path, bool fill, SkPath& out, SkBitmap& bitmap) {
383 simplify(path, fill, out);
387 return comparePaths(path, out, bitmap) == 0;
390 bool testSimplifyx(SkPath& path, bool useXor, SkPath& out, State4& state,
397 simplifyx(path, out);
422 SkPath out; local
438 SkPath out; local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 411 char * out; local
431 out = outputs[i] = lts_alloc(olen + 1, sizeof(char));
432 if (out == NULL) {
438 PORT_FREAD_CHAR(out, sizeof(char), olen, fp);
440 out[olen] = '\0';
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
454 pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]);
1105 /*figure out syllable in word - not really syllables - just looks to see if is or at first or last vowel*/
1397 char *out; local
    [all...]
  /external/webp/src/dsp/
enc.c 49 int16_t out[16]; local
51 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
55 const int v = abs(out[k]) >> 3; // TODO(skal): add rounding?
133 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
155 out[0 + i] = (a0 + a1 + 7) >> 4; // 12b
156 out[4 + i] = ((a2 * 2217 + a3 * 5352 + 12000) >> 16) + (a3 != 0);
157 out[8 + i] = (a0 - a1 + 7) >> 4;
158 out[12+ i] = ((a3 * 2217 - a2 * 5352 + 51000) >> 16);
162 static void FTransformWHT(const int16_t* in, int16_t* out) {
185 out[ 0 + i] = b0 >> 1; // 15
    [all...]
lossless_sse2.c 72 int16_t out[8]; local
73 _mm_storeu_si128((__m128i*)out, diff);
74 pa_minus_pb = out[0] + out[1] + out[2] + out[3];
168 const __m128i out = _mm_sub_epi8(in, in_0g0g); local
169 _mm_storeu_si128((__m128i*)&argb_data[i], out);
184 const __m128i out = _mm_add_epi8(in, in_0g0g); local
185 _mm_storeu_si128((__m128i*)&argb_data[i], out);
239 const __m128i out = _mm_or_si128(_mm_or_si128(ag, r_new_shifted), b_new); local
278 const __m128i out = _mm_or_si128(_mm_or_si128(ag, r_new_shifted), b_new); local
292 __m128i* out = (__m128i*)dst; local
321 __m128i* out = (__m128i*)dst; local
356 __m128i* out = (__m128i*)dst; local
    [all...]
  /external/webp/src/enc/
frame.c 477 const uint8_t* const out = it->yuv_out_; local
479 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF);
480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 1122 milliseconds

<<71727374757677787980>>