/external/llvm-project/polly/lib/External/isl/ |
D | isl_printer.c | 7 static __isl_give isl_printer *file_start_line(__isl_take isl_printer *p) in file_start_line() argument 9 fprintf(p->file, "%s%*s%s", p->indent_prefix ? p->indent_prefix : "", in file_start_line() 10 p->indent, "", p->prefix ? p->prefix : ""); in file_start_line() 11 return p; in file_start_line() 14 static __isl_give isl_printer *file_end_line(__isl_take isl_printer *p) in file_end_line() argument 16 fprintf(p->file, "%s\n", p->suffix ? p->suffix : ""); in file_end_line() 17 return p; in file_end_line() 20 static __isl_give isl_printer *file_flush(__isl_take isl_printer *p) in file_flush() argument 22 fflush(p->file); in file_flush() 23 return p; in file_flush() [all …]
|
D | isl_output.c | 2 * Copyright 2008-2009 Katholieke Universiteit Leuven 4 * Copyright 2012-2013 Ecole Normale Superieure 10 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium 11 * and INRIA Saclay - Ile-de-France, Parc Club Orsay Universite, 45 static const char *s_to[2] = { " -> ", " \\to " }; 59 static const char *s_param_prefix[2] = { "p", "p_" }; 64 struct isl_basic_map *bmap, int ineq, int n, __isl_take isl_printer *p) in print_constraint_polylib() argument 70 isl_int *c = ineq ? bmap->ineq[n] : bmap->eq[n]; in print_constraint_polylib() 73 return isl_printer_free(p); in print_constraint_polylib() 75 p = isl_printer_start_line(p); in print_constraint_polylib() [all …]
|
/external/python/cpython3/Parser/pegen/ |
D | parse.c | 12 (KeywordToken[]) {{NULL, -1}}, 13 (KeywordToken[]) {{NULL, -1}}, 20 {NULL, -1}, 29 {NULL, -1}, 39 {NULL, -1}, 48 {NULL, -1}, 57 {NULL, -1}, 61 {NULL, -1}, 66 {NULL, -1}, 68 (KeywordToken[]) {{NULL, -1}}, [all …]
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | cuda.c | 20 static __isl_give isl_printer *print_cuda_macros(__isl_take isl_printer *p) in print_cuda_macros() argument 38 p = isl_printer_print_str(p, macros); in print_cuda_macros() 39 return p; in print_cuda_macros() 42 /* Print a declaration for the device array corresponding to "array" on "p". 44 static __isl_give isl_printer *declare_device_array(__isl_take isl_printer *p, in declare_device_array() argument 49 p = isl_printer_start_line(p); in declare_device_array() 50 p = isl_printer_print_str(p, array->type); in declare_device_array() 51 p = isl_printer_print_str(p, " "); in declare_device_array() 52 if (!array->linearize && array->n_index > 1) in declare_device_array() 53 p = isl_printer_print_str(p, "("); in declare_device_array() [all …]
|
/external/bc/tests/fuzzing/bc_inputs3/ |
D | 03.txt | 2 …-p(srt(0-s(t(0-p(sstss(ssqrt()-p(ssssq(ssqrt()-p(ssqrt()-sst()-p(qrt()-p(s()-p(sq(ssqrt()-p(ssqrt(…
|
/external/bc/tests/bc/errors/ |
D | 03.txt | 2 …-p(srt()-s(ssqrt()-p(sstss(ssqrt()-p(ssssq(ssqrt()-p(ssqrt()-sst()-p(qrt()-p(s()-p(sq(ssqrt()-p(ss…
|
/external/bc/src/ |
D | bc_parse.c | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2021 Gavin D. Howard and contributors. 49 static void bc_parse_else(BcParse *p); 50 static void bc_parse_stmt(BcParse *p); 51 static BcParseStatus bc_parse_expr_err(BcParse *p, uint8_t flags, 62 static bool bc_parse_isDelimiter(const BcParse *p) { in bc_parse_isDelimiter() argument 64 BcLexType t = p->l.t; in bc_parse_isDelimiter() 74 for (i = 0; i < p->flags.len && BC_PARSE_BLOCK_STMT(flags); ++i) { in bc_parse_isDelimiter() 76 fptr = bc_vec_item_rev(&p->flags, i); in bc_parse_isDelimiter() 79 if ((flags & BC_PARSE_FLAG_BRACE) && p->l.last != BC_LEX_RBRACE) in bc_parse_isDelimiter() [all …]
|
/external/lzma/C/ |
D | LzFindMt.c | 1 /* LzFindMt.c -- multithreaded Match finder for LZ algorithms 2 2018-12-29 : Igor Pavlov : Public domain */ 10 static void MtSync_Construct(CMtSync *p) in MtSync_Construct() argument 12 p->wasCreated = False; in MtSync_Construct() 13 p->csWasInitialized = False; in MtSync_Construct() 14 p->csWasEntered = False; in MtSync_Construct() 15 Thread_Construct(&p->thread); in MtSync_Construct() 16 Event_Construct(&p->canStart); in MtSync_Construct() 17 Event_Construct(&p->wasStarted); in MtSync_Construct() 18 Event_Construct(&p->wasStopped); in MtSync_Construct() [all …]
|
D | Bcj2Enc.c | 1 /* Bcj2Enc.c -- BCJ2 Encoder (Converter for x86 code) 2 2018-07-04 : Igor Pavlov : Public domain */ 27 void Bcj2Enc_Init(CBcj2Enc *p) in Bcj2Enc_Init() argument 31 p->state = BCJ2_ENC_STATE_OK; in Bcj2Enc_Init() 32 p->finishMode = BCJ2_ENC_FINISH_MODE_CONTINUE; in Bcj2Enc_Init() 34 p->prevByte = 0; in Bcj2Enc_Init() 36 p->cache = 0; in Bcj2Enc_Init() 37 p->range = 0xFFFFFFFF; in Bcj2Enc_Init() 38 p->low = 0; in Bcj2Enc_Init() 39 p->cacheSize = 1; in Bcj2Enc_Init() [all …]
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) argument 469 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p) argument 471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument 472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) argument 473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) argument 474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) argument 475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) argument 476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) argument [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec2.inl | 7 template <typename T, precision P> 8 const tvec2<T, P> tvec2<T, P>::ZERO(static_cast<T>(0), static_cast<T>(0)); 10 template <typename T, precision P> 11 const tvec2<T, P> tvec2<T, P>::X(static_cast<T>(1), static_cast<T>(0)); 13 template <typename T, precision P> 14 const tvec2<T, P> tvec2<T, P>::Y(static_cast<T>(0), static_cast<T>(1)); 16 template <typename T, precision P> 17 const tvec2<T, P> tvec2<T, P>::XY(static_cast<T>(1), static_cast<T>(1)); 19 // -- Implicit basic constructors -- 22 template <typename T, precision P> [all …]
|
D | type_vec1.inl | 6 // -- Implicit basic constructors -- 9 template <typename T, precision P> 10 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1() 18 template <typename T, precision P> 19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v) 24 template <typename T, precision P> 26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v) 30 // -- Explicit basic constructors -- 32 template <typename T, precision P> 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(ctor) [all …]
|
D | type_vec2.hpp | 18 template <typename T, precision P = defaultp> 21 // -- Implementation detail -- 24 typedef tvec2<T, P> type; 25 typedef tvec2<bool, P> bool_type; 27 // -- Data -- 35 # pragma GCC diagnostic ignored "-Wpedantic" 39 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 40 # pragma clang diagnostic ignored "-Wnested-anon-types" 50 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y) 51 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, r, g) [all …]
|
D | type_vec3.hpp | 18 template <typename T, precision P = defaultp> 21 // -- Implementation detail -- 24 typedef tvec3<T, P> type; 25 typedef tvec3<bool, P> bool_type; 27 // -- Data -- 35 # pragma GCC diagnostic ignored "-Wpedantic" 39 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 40 # pragma clang diagnostic ignored "-Wnested-anon-types" 47 struct{ T s, t, p; }; member 50 _GLM_SWIZZLE3_2_MEMBERS(T, P, glm::tvec2, x, y, z) [all …]
|
/external/ImageMagick/www/Magick++/ |
D | Enumerations.html | 1 <?xml version="1.0" encoding="utf-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 <div class="doc-section"> 11 <h1 style="text-align:center">Enumerations</h1> 15 …<p align="left"><img src="right_triangle.png" name="Graphic1" alt=">" align="bottom" width="15"… 16 … size="4"><font face="Helvetica, Arial"><font color="#ffffff">Contents</font></font></font></b></p> 21 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#ChannelType">ChannelType</a> 22 </p></li> 23 <li><p style="margin-bottom: 0in"><a href="Enumerations.html#ClassType">ClassType</a> [all …]
|
/external/sonivox/docs/JET_Creator_User_Manual_files/ |
D | header.htm | 1 <html xmlns:v="urn:schemas-microsoft-com:vml" 2 xmlns:o="urn:schemas-microsoft-com:office:office" 3 xmlns:w="urn:schemas-microsoft-com:office:word" 4 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 5 xmlns:st1="urn:schemas-microsoft-com:office:smarttags" 6 xmlns="http://www.w3.org/TR/REC-html40"> 9 <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> 13 <link id=Main-File rel=Main-File href="../JET%20Creator%20User%20Manual.htm"> 14 <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" 16 <!--[if gte mso 9]><xml> [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 8 ** program it a bit to handle context-free languages like JSON, by using 14 ** - handling of unicode escape sequences (including high surrogate pairs). 15 ** - properly check and report errors for unknown fields, stack overflow, 17 ** - handling of base64 sequences with padding characters. 18 ** - handling of push-back (non-success returns from sink functions). 19 ** - handling of keys/escape-sequences/etc that span input buffers. 51 static bool is_top_level(upb_json_parser *p); 52 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 53 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 55 static bool is_number_wrapper_object(upb_json_parser *p); [all …]
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 137 return (const char *) b - (const char *) a; in get_offset() 142 get_const(struct translate_sse *p, unsigned id) in get_const() argument 147 if (p->const_to_reg[id] >= 0) in get_const() 148 return x86_make_reg(file_XMM, p->const_to_reg[id]); in get_const() 151 if (p->reg_to_const[i] < 0) in get_const() 157 --i; in get_const() 161 if (p->reg_to_const[i] >= 0) in get_const() 162 p->const_to_reg[p->reg_to_const[i]] = -1; in get_const() 164 p->reg_to_const[i] = id; in get_const() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_scalar_base_mult_tests.txt | 6 Curve = P-224 7 # N = -64 12 Curve = P-224 13 # N = -63 18 Curve = P-224 19 # N = -62 24 Curve = P-224 25 # N = -61 30 Curve = P-224 31 # N = -60 [all …]
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
D | floatditf_test.h | 8 { INT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 }, 9 { INT64_C(0xffffffffffffff9e), -0x1.88p+6, 0x0p+0 }, 10 { INT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 }, 11 { INT64_C(0xffffffffffffff9d), -0x1.8cp+6, 0x0p+0 }, 13 { INT64_C(0xfffffffffffffbfc), -0x1.01p+10, 0x0p+0 }, 14 { INT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 }, 15 { INT64_C(0xfffffffffffffbf5), -0x1.02cp+10, 0x0p+0 }, 16 { INT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 }, 17 { INT64_C(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 }, 18 { INT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 }, [all …]
|
D | qsub_test.c | 1 // REQUIRES: target-is-powerpc64le 2 // RUN: %clang_builtins %s %librt -o %t && %run %t 32 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 33 { -0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 35 { -0.0, 0.0, 0.0, 0.0, -0.0, 0.0 }, 37 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 38 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 40 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 41 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, 42 { -INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }, [all …]
|
D | qadd_test.c | 1 // REQUIRES: target-is-powerpc64le 2 // RUN: %clang_builtins %s %librt -o %t && %run %t 33 { -0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, 34 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 35 { -0.0, 0.0, -0.0, 0.0, -0.0, 0.0 }, 38 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 39 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 40 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 42 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 }, 43 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, [all …]
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | floatditf_test.h | 8 { INT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 }, 9 { INT64_C(0xffffffffffffff9e), -0x1.88p+6, 0x0p+0 }, 10 { INT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 }, 11 { INT64_C(0xffffffffffffff9d), -0x1.8cp+6, 0x0p+0 }, 13 { INT64_C(0xfffffffffffffbfc), -0x1.01p+10, 0x0p+0 }, 14 { INT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 }, 15 { INT64_C(0xfffffffffffffbf5), -0x1.02cp+10, 0x0p+0 }, 16 { INT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 }, 17 { INT64_C(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 }, 18 { INT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 }, [all …]
|
D | qsub_test.c | 30 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 31 { -0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 33 { -0.0, 0.0, 0.0, 0.0, -0.0, 0.0 }, 35 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 36 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 38 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 39 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, 40 { -INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }, 42 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 }, 43 { INFINITY, 0.0, -HUGE, 0.0, INFINITY, 0.0 }, [all …]
|
D | qadd_test.c | 31 { -0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, 32 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 33 { -0.0, 0.0, -0.0, 0.0, -0.0, 0.0 }, 36 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 37 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 38 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 40 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 }, 41 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, 42 { -INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }, 44 { -INFINITY, 0.0, HUGE, 0.0, -INFINITY, 0.0 }, [all …]
|