Searched refs:cstd (Results 1 – 25 of 26) sorted by relevance
12
169 const vl_csc_matrix *cstd; in vl_csc_get_matrix() local185 cstd = &bt_601; in vl_csc_get_matrix()188 cstd = &bt_709; in vl_csc_get_matrix()191 cstd = &smpte240m; in vl_csc_get_matrix()203 (*matrix)[0][0] = c * (*cstd)[0][0]; in vl_csc_get_matrix()204 (*matrix)[0][1] = (*cstd)[0][1] * x - (*cstd)[0][2] * y; in vl_csc_get_matrix()205 (*matrix)[0][2] = (*cstd)[0][2] * x + (*cstd)[0][1] * y; in vl_csc_get_matrix()206 (*matrix)[0][3] = (*cstd)[0][3] + (*cstd)[0][0] * b + in vl_csc_get_matrix()207 (*cstd)[0][1] * (x * cbbias + y * crbias) + in vl_csc_get_matrix()208 (*cstd)[0][2] * (x * crbias - y * cbbias); in vl_csc_get_matrix()[all …]
8 // RUN: cp %t/cstd.pcm %t-saved/cstd.pcm13 // RUN: diff %t/cstd.pcm %t-saved/cstd.pcm19 // RUN: not diff %t/cstd.pcm %t-saved/cstd.pcm22 @import cstd;
8 @import cstd.float_constants;13 @import cstd.stdio;20 @import cstd.stdint;25 @import cstd.stdbool;
27 // CHECKSRC: #pragma clang module import cstd.stdio61 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
31 // CHECKSRC: #pragma clang module import cstd.stdio68 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
29 // CHECKSRC: #pragma clang module import cstd.stdio66 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
30 // CHECKSRC: #pragma clang module import cstd.stdio
24 // CHECKSRC: #pragma clang module import cstd.stdio
32 // CHECKSRC: #pragma clang module import cstd.stdio
27 // CHECKSRC: @import cstd.stdio;61 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/usr/include/stdi…
28 // CHECKSRC: @import cstd.stdio;65 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/usr/././//////in…
31 // CHECKSRC: @import cstd.stdio;68 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/i/usr/x/../stdio…
30 // CHECKSRC: @import cstd.stdio;
32 // CHECKSRC: @import cstd.stdio;
1 @import cstd.stdio;
1 module cstd [system] {
1 module cstd { module stdint { header "stdint.h" } }